Client
The client class is the main entry point.
Constructor
new <Threecommands>.Client(options, discordOptions);
(Object) options - These are the main settings the client will use.
{
(String) prefix - The prefix of your bot.
(String) token - The token used to log into Discord.
(String) commandDir - The directory the framework will look for, containing your command files.
(String) eventDir - The directory the framework will look for, containing your event files.
}