diff --git a/bot/src/bot/commands/configuration/bridge.ts b/bot/src/bot/commands/configuration/bridge.ts index 2f653b1..7ad67e6 100644 --- a/bot/src/bot/commands/configuration/bridge.ts +++ b/bot/src/bot/commands/configuration/bridge.ts @@ -262,6 +262,9 @@ export default { }); } case "config": { + if (!(await isBotManager(message))) + return message.reply(NO_MANAGER_MSG); + const [_, configKey, newVal]: (string | undefined)[] = args; if (!configKey) {