Skip to content

DevTK0/00-Raiser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Starting the app

This application uses poetry for it's dependency management. Please ensure that you have it installed.

poetry install
poetry run app

Run the following to sync the slash commands to the server.

00R sync <guild_id>
00R <game> sync <guild_id>

The following slash commands are available:

# 00R
/load <game>
/reload <game>
/unload <game>

# Game Cogs
/<game> start
/<game> stop
/<game> status
/<game> restart
/<game> set_instance <instance_type>

Running Tests

# run all tests
pytest

# run specific tests
pytest -k <method_name> -v

Deployment

The bot is hosted on Fly.io

flyctl deploy

FAQs

  1. Slash commands for the cogs aren't working.

Please run the sync command (for each cog) for every new Discord Server. This will tell Discord to register the /commands with the server.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages