/hades-example-bot

An example bot using the Hades Discord bot framework

Primary LanguageTypeScript

Hades Example Bot

This is an example bot using Hades, the Discord bot framework.

To get started, clone this repo and run npm i to install the dependencies.

Configuration

Copy config/default.template.json to config/default.json

{
    "discordToken": "your bot token here",
}

Running the Bot

$ ts-node src/index.ts