diff options
Diffstat (limited to 'src/lib/extensions/discord.js')
-rw-r--r-- | src/lib/extensions/discord.js/other.ts | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/lib/extensions/discord.js/other.ts b/src/lib/extensions/discord.js/other.ts index aeba01c..0560ffc 100644 --- a/src/lib/extensions/discord.js/other.ts +++ b/src/lib/extensions/discord.js/other.ts @@ -184,3 +184,5 @@ export type BushGuildCacheMessage<Cached extends CacheType> = CacheTypeReducer< BushMessage | APIMessage, BushMessage | APIMessage >; + +export { ApplicationCommandOptionType as SlashType } from 'discord.js'; |