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}`, + {}, ); }, });