mirror of
https://github.com/ZeppelinBot/Zeppelin.git
synced 2025-03-16 14:11:50 +00:00
Fix typo in !removerole (#228)
This commit is contained in:
parent
b3e2e0cffb
commit
6e5dd2c31f
1 changed files with 1 additions and 1 deletions
|
@ -63,7 +63,7 @@ export const RemoveRoleCmd = rolesCmd({
|
||||||
sendSuccessMessage(
|
sendSuccessMessage(
|
||||||
pluginData,
|
pluginData,
|
||||||
msg.channel,
|
msg.channel,
|
||||||
`Removed role **${role.name}** removed from ${verboseUserMention(args.member.user)}!`,
|
`Removed role **${role.name}** from ${verboseUserMention(args.member.user)}!`,
|
||||||
);
|
);
|
||||||
},
|
},
|
||||||
});
|
});
|
||||||
|
|
Loading…
Add table
Reference in a new issue