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,