Skip to content

Commit 0403dcf

Browse files
Apply suggestion from @Copilot
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent fb6de9c commit 0403dcf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/commands.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1290,6 +1290,7 @@ const commands: Record<string, Command> = {
12901290
desiredState ? "enabled" : "disabled"
12911291
} in this channel!`,
12921292
});
1293+
return;
12931294
}
12941295

12951296
if (desiredState) {

0 commit comments

Comments
 (0)