Disable mentions in !list_dashboard_users
This commit is contained in:
parent
564aaaded0
commit
b74c7fae43
1 changed files with 1 additions and 0 deletions
|
@ -32,6 +32,7 @@ export const ListDashboardUsersCmd = botControlCmd({
|
||||||
pluginData,
|
pluginData,
|
||||||
msg.channel,
|
msg.channel,
|
||||||
`The following users have dashboard access for **${guild.name}**:\n\n${userNameList}`,
|
`The following users have dashboard access for **${guild.name}**:\n\n${userNameList}`,
|
||||||
|
{},
|
||||||
);
|
);
|
||||||
},
|
},
|
||||||
});
|
});
|
||||||
|
|
Loading…
Add table
Reference in a new issue