updated help command

This commit is contained in:
liyunze 2025-11-11 23:41:40 +11:00
parent 5b401ac2e0
commit 8b56887761

View file

@ -15,7 +15,7 @@ pub async fn help(
ctx,
command.as_deref(),
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()
},
)