1.0.16 • Published 7 years ago
eascord v1.0.16
This is a basic discord module to easily create bots.
⚠This is still in development and is not complete⚠
How this works
	var eascord = require('eascord')
	//require the module
	eascord.newbot(token, prefix, callback())
	//connects your bot and sets the prefix for the commands
	eascord.addcommand(name, command(message,args), callback());
	//creates a new command
	eascord.word(expression, action(message,match), callback())
	//executes an action when a string or regex is detected