3
0
Fork 0
mirror of https://github.com/ZeppelinBot/Zeppelin.git synced 2025-03-14 21:31:50 +00:00

Disable mentions in !list_dashboard_users

This commit is contained in:
Dragory 2021-01-17 21:24:45 +02:00
parent 564aaaded0
commit b74c7fae43
No known key found for this signature in database
GPG key ID: 5F387BA66DF8AAC1

View file

@ -32,6 +32,7 @@ export const ListDashboardUsersCmd = botControlCmd({
pluginData,
msg.channel,
`The following users have dashboard access for **${guild.name}**:\n\n${userNameList}`,
{},
);
},
});