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(
|
||||
pluginData,
|
||||
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