/discord-chatbot-workshop

Introduction workshop introducing chatbots via `discord.py`. See https://125summer.netlify.app/chatbots

Primary LanguagePythonMIT LicenseMIT

Discord chatbot workshop

See the workshop it pairs with here for 2021 UIUC CS 125 Summer of Side Projects.

Setup

  1. Install python3 recent-ish along with pip

  2. Install the depencencies pip install -r requirements.txt

  3. Create a file called BOT_TOKEN.txt and paste in your discord bot's token. A good guide will be the start of this tutorial.

Run

$ python bot.py
Token file read and bot started!