From b74c7fae43bac2b612991aed0b82752857ef8176 Mon Sep 17 00:00:00 2001 From: Dragory <2606411+Dragory@users.noreply.github.com> Date: Sun, 17 Jan 2021 21:24:45 +0200 Subject: [PATCH] Disable mentions in !list_dashboard_users --- backend/src/plugins/BotControl/commands/ListDashboardUsersCmd.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/backend/src/plugins/BotControl/commands/ListDashboardUsersCmd.ts b/backend/src/plugins/BotControl/commands/ListDashboardUsersCmd.ts index 35f8318f..5c856275 100644 --- a/backend/src/plugins/BotControl/commands/ListDashboardUsersCmd.ts +++ b/backend/src/plugins/BotControl/commands/ListDashboardUsersCmd.ts @@ -32,6 +32,7 @@ export const ListDashboardUsersCmd = botControlCmd({ pluginData, msg.channel, `The following users have dashboard access for **${guild.name}**:\n\n${userNameList}`, + {}, ); }, });