Skip to content

matirko/spritebot

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

spritebot

SpriteBot

Setup

This project uses poetry to handle dependencies

Make sure you have python installed. Then, in a terminal window, run:

pip install poetry

Then install the dependencies with poetry:

poetry install

Next make a file at the root of this project called .env file to store the bot secret in (instructions on how to set up a bot and get the bot secret here). The contents of the file should look like this:

BOT_SECRET=SECRET-GOES-HERE

Also, make sure that the intents are enabled on the bot (or else it will be grumpy and die when it tries to run):

Running

Run the following command in terminal:

poetry run python src/bot.py

Troubleshooting

(todo: add troubleshooting section)

About

SpriteBot

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 98.5%
  • Dockerfile 1.5%