forked from sorceress/rustcord
change username in bot info
This commit is contained in:
parent
7f91346eaf
commit
c77a5da38a
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue