Another Discord library.
Emeril is a super-light-weight library for interacting with Discord. Emeril was written in a day by Rin, out of boredom.
Install emeril
, then use this example:
import {EmerilClient} from 'emeril';
// ... do things ...
let client = await new EmerilClient().setToken('TOKEN_HERE').connect();
This is the simplest possible Emeril bot. It goes online and that's it.