all repos — stealth-developers @ 6c5675d1edbca317e0193f2dca996b02b13c20de

fix: button -> help
willow hai@wlo.moe
Sun, 16 Nov 2025 01:10:20 +0000
commit

6c5675d1edbca317e0193f2dca996b02b13c20de

parent

71c8aa9aceea9650a5e4904940b0848c1516ece0

1 files changed, 1 insertions(+), 1 deletions(-)

jump to
M src/interactions/commands/bug/index.tssrc/interactions/commands/bug/index.ts

@@ -67,7 +67,7 @@ switch (subcommand) {

case "report": await reportCommand.execute(client, interaction); break; - case "button": + case "help": await helpCommand.execute(client, interaction); break; default: