chore(bots/discord): revert fbd9480

Revert "fix(bots/discord): pass non-empty out of scope label to discord"
This commit is contained in:
PalmDevs
2026-01-17 21:21:01 +07:00
parent 77626c9aed
commit 5f74f2dcf8
2 changed files with 0 additions and 3 deletions

View File

@@ -51,5 +51,3 @@ export default new Command({
})
},
})
export const OutOfScopeLabel = '<out of scope>'

View File

@@ -1,5 +1,4 @@
import { MessageFlags, type TextBasedChannel } from 'discord.js'
import { OutOfScopeLabel } from '$/commands/support/train/context-menu'
import { createErrorEmbed, createStackTraceEmbed, createSuccessEmbed } from '$utils/discord/embeds'
import { on, withContext } from '$utils/discord/events'