Initilizes values
Engine commands to execute in order
Callback handler for all commands
Engine instance
Listener for discord events
Variable that decided if outputted is passed to a handler or console
Used to set custom a handler for command return values
Expose engineCallstack
Main runner function that initilizes the discord engine and runs all commands parsed from the source.
Expresses whether the engine client should be stopped when all commands have finished executed, or if it should wait until the entire program exits.
Discord bot token if passed it uses this to login to the discord bot
Discord guild id, if the discord id has been passed it will select this guild.
Discord channel id, if the guild id has been passed it will select this channel.
Run functions to create engine callstack
Lex -> Parse -> and convert code into callable stacks
discordquery source / query code
Relogs into discord, returns true if the reload was succesful
Generated using TypeDoc
DiscordQuery class converting .dq source code into engine commands