mirror of
https://github.com/dsec-hub/dsec-discord-bot.git
synced 2026-09-22 07:44:26 +00:00
updated help command
This commit is contained in:
parent
5b401ac2e0
commit
8b56887761
1 changed files with 1 additions and 1 deletions
|
|
@ -15,7 +15,7 @@ pub async fn help(
|
||||||
ctx,
|
ctx,
|
||||||
command.as_deref(),
|
command.as_deref(),
|
||||||
poise::builtins::HelpConfiguration {
|
poise::builtins::HelpConfiguration {
|
||||||
extra_text_at_bottom: "made using Serenity Poise framework in Rust and with ❤️",
|
extra_text_at_bottom: "Made by Deakin Software Engineering Club with ❤️",
|
||||||
..Default::default()
|
..Default::default()
|
||||||
},
|
},
|
||||||
)
|
)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue