Skip to content

Commit b8a06eb

Browse files
Techbot121Meta Construct
authored andcommitted
missed a break, oops
1 parent 4029b01 commit b8a06eb

File tree

1 file changed

+1
-0
lines changed
  • app/services/discord/modules/commands

1 file changed

+1
-0
lines changed

app/services/discord/modules/commands/Role.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -388,6 +388,7 @@ export const SlashRoleCommand: SlashCommand = {
388388
break;
389389
case "remove_gradient":
390390
await setRoleColorSpecial(ctx, { remove: true });
391+
break;
391392
case "set_emoji":
392393
await setRoleIcon(ctx, false);
393394
break;

0 commit comments

Comments
 (0)