Minecraft Minder Discord Bot
Go to file
2024-04-10 15:57:29 -07:00
.gitignore Fix SQL lockups, get commands working, remove DB and availcommands and .env 2024-04-10 15:57:28 -07:00
Deprecated_Example_DB.db Rename member_data.db to Deprecated_Example_DB.db 2024-04-09 19:00:15 -07:00
env.dist Fix SQL lockups, get commands working, remove DB and availcommands and .env 2024-04-10 15:57:28 -07:00
main.py Add shutdown 2024-04-10 15:57:29 -07:00
README.md Fix SQL lockups, get commands working, remove DB and availcommands and .env 2024-04-10 15:57:28 -07:00
requirements.txt Fix SQL lockups, get commands working, remove DB and availcommands and .env 2024-04-10 15:57:28 -07:00

SparkBot

A Discord bot for Spark Studio Salem

Prerequisites

  • Go to https://discord.com/developers/applications and make an application
  • Go to the Bot page.
  • Copy env.dist to .env and add the Bot Token to this file.
  • Choose what channels you want the bot to operate in on your server and add their IDs to the file as well.

Installation

Requires Python 3.

  • Run pip install -r requirements.txt

Running

Run python3 main.py

Usage

Available Commands

/help : to view all commands
/nick : to view current nickname
/setnick : to change nickname
/reinit : to re-initialize a user in the database (i.e. if they joined when the bot wasn't listening)

Database

Initialization of the structure is automatically handled inside main.py and creates the SQLITE3 file member_data.db.