3
0
Fork 0
mirror of https://github.com/ZeppelinBot/Zeppelin.git synced 2025-05-18 07:35:02 +00:00

Fix !role help not using the proper prefix at one place

This commit is contained in:
Dragory 2020-05-13 07:51:52 +03:00
parent 62e5584a5a
commit 07d369d74e

View file

@ -170,7 +170,7 @@ export class SelfGrantableRolesPlugin extends ZeppelinPlugin<TConfigSchema> {
`);
const help2 = asSingleLine(`
To remove a role, type \`!role remove ${firstRole}\`,
To remove a role, type \`${prefix}role remove ${firstRole}\`,
again replacing **${firstRole}** with the role you want to remove.
`);