addtheletters / mid-bot

Simple discord bot for hacky experiments

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

mid-bot

mid-bot is a barebones discord bot that can roll dice and shrug profusely.

New published releases are automatically deployed to an OCP instance by a Github workflow.

Run the bot locally:

  • Install the dependencies listed in requirements.txt. (pip install -r requirements.txt)
  • Set environment variable DISCORD_TOKEN to your bot API token. A .env file with the line DISCORD_TOKEN=your.token.here will work.
  • If you want to use the OpenAI commands, provide an OpenAI API key as environment variable OPENAI_API_KEY.
  • Run ./run_bot.sh.

This bot relies on:

About

Simple discord bot for hacky experiments


Languages

Language:Python 100.0%Language:Shell 0.0%