/einstein_bot

Yet Another Discord Bot

Primary LanguageTypeScript

Getting Started

In order to get started, we need to create a .env file first.

cp .env_sample .env

Enter the bot token you get from https://discord.com/developers/applications

BOT_PREFIX=t-
BOT_NAME=einstein

# insert bot token here
TOKEN=

and run the bot!

yarn dev