We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4029b01 commit b8a06ebCopy full SHA for b8a06eb
app/services/discord/modules/commands/Role.ts
@@ -388,6 +388,7 @@ export const SlashRoleCommand: SlashCommand = {
388
break;
389
case "remove_gradient":
390
await setRoleColorSpecial(ctx, { remove: true });
391
+ break;
392
case "set_emoji":
393
await setRoleIcon(ctx, false);
394
0 commit comments