diff --git a/backend/src/plugins/SelfGrantableRolesPlugin.ts b/backend/src/plugins/SelfGrantableRolesPlugin.ts index f9940204..500c9d82 100644 --- a/backend/src/plugins/SelfGrantableRolesPlugin.ts +++ b/backend/src/plugins/SelfGrantableRolesPlugin.ts @@ -170,7 +170,7 @@ export class SelfGrantableRolesPlugin extends ZeppelinPlugin { `); 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. `);