From c77a5da38ab7d76f07426ed94445c51c2a9e672c Mon Sep 17 00:00:00 2001 From: Agatha Date: Wed, 15 Apr 2020 18:17:40 +0300 Subject: [PATCH] change username in bot info --- src/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.rs b/src/main.rs index 710a8af..f58550e 100755 --- a/src/main.rs +++ b/src/main.rs @@ -505,7 +505,7 @@ fn info(ctx: &mut Context, message: &Message) -> CommandResult { .embed(|e| e .title("Discordinator9000's info:") .description("h") - .field("Author:", "EvilDeaaaadd#9000 / Agatha", false) + .field("Author:", "Ahtågä lrig etüc#9000 / Agatha", false) .field("Server count:", num , false) .field("Invite:", "[Invite link](https://discordapp.com/api/oauth2/authorize?client_id=470350233419907129&permissions=2048&scope=bot)", false ) .footer(|f| f