mirror of
https://github.com/ReVanced/revanced-bots.git
synced 2026-01-18 00:33:59 +00:00
chore(bots/discord): revert fbd9480
Revert "fix(bots/discord): pass non-empty out of scope label to discord"
This commit is contained in:
@@ -51,5 +51,3 @@ export default new Command({
|
||||
})
|
||||
},
|
||||
})
|
||||
|
||||
export const OutOfScopeLabel = '<out of scope>'
|
||||
|
||||
@@ -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'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user