/brain-discord

Yet another discord bot

Primary LanguagePython

yet another discord bot

He/She/It can

  • talk nonsense from movie subtitle files
  • evaluate python one-liners with !py expression
  • search on wikipedia with !wiki [cc] [num] term

deployment

To create a bot and token see discordapp, a walk-through can be found here.

Create tools/bot_credentials.py and insert:

BOT_TOKEN = "your_token"

Then,

virtualenv -p python3 env
source env/bin/activate
pip install -r requirements.txt
python brian-bot.py