Skip to content

Commit 858909b

Browse files
committed
another review change
1 parent a650705 commit 858909b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build/scripts/staffCommands.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/staffCommands.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -267,7 +267,7 @@ export const commands = commandList({
267267
if(info != null) {
268268
mute(info);
269269
} else {
270-
outputFail(f`Unknown UUID ${args.name}`);
270+
fail(f`Unknown UUID ${args.name}`);
271271
}
272272
return;
273273
}

0 commit comments

Comments
 (0)