1.2.0 • Published 1 year ago

evangeline v1.2.0

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

evangeline

An API wrapper for Eludris written in TypeScript (works with JavaScript as well).

Installation

npm install evangeline

or

yarn add evangeline

Basic Usage

import { Bot } from 'evangeline'; // ES modules
// const { Bot } = require('evangeline'); // CommonJS modules

const bot = new Bot('new bot name');

bot.on("messageCreate", async (msg) => {
    switch(msg.content) {
        case "!ping":
            await bot.send("pong!");
        case "!speed":
            await bot.send("Am I fast?");
  }
});

bot.connect();

Notice

It is worth noting that Evangeline is currently in development, and likely does not work properly as of yet. If you would like to contribute, please feel free to do so, by making a Pull Request, or giving me some tips in the Eludris guild 💜.

License

MIT License

Copyright (c) 2022-present Sham

1.2.0

1 year ago

1.1.0

1 year ago

1.0.2

1 year ago

1.0.1

1 year ago

1.0.0-alpha

1 year ago

1.0.0

1 year ago

1.1.0-alpha

1 year ago

0.1.6-alpha

1 year ago

0.1.5-alpha

1 year ago

0.1.4-alpha

1 year ago

0.1.3-alpha

1 year ago

0.1.2-alpha

1 year ago

0.1.1-alpha

1 year ago

0.1.0-alpha

1 year ago

0.1.0-0

1 year ago

0.0.0-alpha

1 year ago

0.0.0

1 year ago