From 8b56887761d963057f872299bd65087cdedd6553 Mon Sep 17 00:00:00 2001 From: liyunze <50455574+liyunze-coding@users.noreply.github.com> Date: Tue, 11 Nov 2025 23:41:40 +1100 Subject: [PATCH] updated help command --- src/commands/info.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/commands/info.rs b/src/commands/info.rs index 529cabc..808763f 100644 --- a/src/commands/info.rs +++ b/src/commands/info.rs @@ -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() }, )