Skip to content

Commit 4d660fb

Browse files
fix: wording of management preset channel error
1 parent 6559aa0 commit 4d660fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/interactions/commands/chatInput/config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -383,7 +383,7 @@ async function handlePermissionsQuickstartSubcommand({
383383
if (preset === "management-access" && channel !== undefined) {
384384
throw new ExpectedFailure(
385385
InteractionOrRequestFinalStatus.MANAGEMENT_PERMISSIONS_CANNOT_BE_SET_ON_CHANNEL_LEVEL,
386-
"The management preset can only be set on guild level - leave as false to set message access"
386+
"The management preset can only be set on guild level"
387387
);
388388
}
389389

0 commit comments

Comments
 (0)