From b83122365a8322c7f375ba870019f7892f973806 Mon Sep 17 00:00:00 2001 From: Dragory <2606411+Dragory@users.noreply.github.com> Date: Wed, 13 May 2020 07:51:52 +0300 Subject: [PATCH] Fix !role help not using the proper prefix at one place --- backend/src/plugins/SelfGrantableRolesPlugin.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. `);