3
0
Fork 0
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:
Dragory 2020-05-13 07:51:52 +03:00
parent fc706d38ee
commit b83122365a
No known key found for this signature in database
GPG key ID: 5F387BA66DF8AAC1

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.
`);