eascord

Easily create Discord bots

Usage no npm install needed!

<script type="module">
  import eascord from 'https://cdn.skypack.dev/eascord';
</script>

README

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