Skip to content

GearKite/ExamBot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Exam Bot

is a Discord bot that helps you study for math and english exams by giving you questions and problems.

Add to your Discord guild

Installation

Prerequisites

Install dependencies

$ poetry install

Configure

  1. Copy .env.example to .env
  2. Edit .env and add the required values
  3. Optionally, edit config.toml to add your own questions and personalize the bot
  4. Optionally, add a profile picture picture to your bot (./assets/profile_picture.png)

Run it!

  • Activate your virtual environment

    1. $ poetry shell

    and start the bot

    1. $ python main.py
  • Or, without spawning a new shell:

    1. $ poetry run python main.py

Usage

Commands

/quiz {subject}
Starts a 10 question quiz

/multiple_choice {subject}
Gives a single multiple choice question

/quote
Provides an inspirational quote

/help
Usage information (kind of like this ^^)

/reload {cog}
Reloads a given Discord.py cog (only available in dev server to bot owner)

Releases

No releases published

Packages

No packages published

Languages