PotatoCider / einstein_bot

Yet Another Discord Bot

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Yet Another Discord Bot


Languages

Language:TypeScript 99.8%Language:Python 0.2%