ArgsOf
ArgsOf type your events payload as an array, just pass an event (as string) in the type parameter and it types your array with the related event's parameters
Client
It manages all the operations between your app and Discord's API using discord.js
Debugging
Use the VSCode debugger to debug your bot
IOC support via DI
discordx supports multiple DI containers to help you efficiently manage and architect large applications that wish to
MetadataStorage
MetadataStorage stores all the information about your decorators. You can get the information you need by using MetadataStorage.instance.
RestArgsOf
RestArgsOf type your rest events payload as an array, just pass an event (as string) in the type parameter and it types your array with the related event's parameters
Sharding
Sharding your bot with discordx.