/Interject-bot

Discord bot that would like to interject for a moment

Primary LanguagePythonMIT LicenseMIT

Interject bot

This extremely simple Discord bot is designed to reply whenever someone says "Linux" instead of "GNU/Linux"

Requirements

  • Python 3
  • pip
  • virtualenv

Installation

virtualenv .env
source .env/bin/activate
pip install -r requirements.txt

Edit line 17 of main.py, setting your email/password. Alternatively, you can only use a login token.

Run by executing python main.py in the environment

Arch btw