mirror of
https://github.com/ZeppelinBot/Zeppelin.git
synced 2025-03-15 05:41:51 +00:00
Fix !role help not using the proper prefix at one place
This commit is contained in:
parent
fc706d38ee
commit
b83122365a
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
`);
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue