From 0fe53849ed5407b5fcccc80e22b151a490357fe2 Mon Sep 17 00:00:00 2001 From: Declan Chidlow Date: Thu, 5 Mar 2026 11:05:19 +0800 Subject: [PATCH] Stop /s triggering spam --- packages/bot/src/bot/commands/configuration/spam.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/bot/src/bot/commands/configuration/spam.ts b/packages/bot/src/bot/commands/configuration/spam.ts index f2a65cd..d0657db 100644 --- a/packages/bot/src/bot/commands/configuration/spam.ts +++ b/packages/bot/src/bot/commands/configuration/spam.ts @@ -6,7 +6,7 @@ import { isBotManager, NO_MANAGER_MSG } from "../../util"; export default { name: "spam", - aliases: "antispam", + aliases: ["antispam"], description: "Enable or disable anti-spam features.", documentation: "/configuration/spam", category: CommandCategory.Configuration, -- 2.51.2