chore: update wording of permission error for -mod (#172)
This commit is contained in:
parent
c5d68650a3
commit
2af168b8e3
8 changed files with 8 additions and 8 deletions
|
@ -52,7 +52,7 @@ export async function actualKickMemberCmd(
|
|||
let mod = msg.member;
|
||||
if (args.mod) {
|
||||
if (!hasPermission(pluginData.config.getForMessage(msg), "can_act_as_other")) {
|
||||
sendErrorMessage(pluginData, msg.channel, "No permission for -mod");
|
||||
sendErrorMessage(pluginData, msg.channel, "You don't have permission to use -mod");
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue