The Moonlight Client Options
A map which stores all command aliases
The command pool that stores all commands
The core directory, where the Moonlight files are located
The event pool that stores all events
The user's directory
The monitor pool that stores all monitors
An array of owners
An array containing all the prefixes
The task pool that stores all tasks
Sets or gets the default captureRejection value for all emitters.
This symbol shall be used to install a listener for only monitoring 'error'
events. Listeners installed using this symbol are called before the regular
'error'
listeners are called.
Installing a listener using this symbol does not change the behavior once an
'error'
event is emitted, therefore the process will still crash if no
regular 'error'
listener is installed.
The function that initiates the bot and then logs the client in, establishing a websocket connection to Discord.
Token of the bot account to log in with
Token
Generated using TypeDoc
Getting started with Moonlight
// TO BE COMPLETED
MIT