mirror of
https://github.com/ZeppelinBot/Zeppelin.git
synced 2025-07-13 05:57:18 +00:00
refactor: fixed typo in !removerole
This commit is contained in:
parent
a9e0466e33
commit
a863972672
1 changed files with 1 additions and 1 deletions
|
@ -61,7 +61,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
Add a link
Reference in a new issue