/e-bot

A(nother) discord bot, focused on facilitating interactive games.

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

e Discord Bot

tests docs pull requests

A(nother) discord bot.

Overview

EBot is a discord bot for playing games and hosting gimmicks on your server. The games are inspired by popular party games, and currently features:

  • E Lash : write clever and/or funny answers to silly prompts
  • E Cards : functionally similar to Cards-against-Humanity but with custom prompts

Setup

At the moment there is no way to invite this bot to your server unless you are hosting it yourself. For an overview, see here for creating your own bot api keys.

First clone

git clone https://github.com/dustpancake/e-bot && cd e-bot

Export your API key

export DISCORD_TOKEN="PASTE-KEY-HERE"

Then install dependencies and run. There are several methods for accomplishing this:

Using pipenv

pipenv install
pipenv run python src

Using pip

pip install -r requirement.txt
python src