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 6559aa0 commit 4d660fbCopy full SHA for 4d660fb
src/interactions/commands/chatInput/config.ts
@@ -383,7 +383,7 @@ async function handlePermissionsQuickstartSubcommand({
383
if (preset === "management-access" && channel !== undefined) {
384
throw new ExpectedFailure(
385
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"
+ "The management preset can only be set on guild level"
387
);
388
}
389
0 commit comments