Skip to content

schuub/Ursina_Bot

 
 

Repository files navigation

Code style: black

UrsinaBot

Commands

The bot implements slash commands, type / in discord to see them.

Command Alias Arguments Description Example
/doc LABEL Print information from the cheat sheet /doc vec3

Hosting

Docker Compose:

Steps:

  • use the template from sample.env to create an .env file
  • add your token and other environment variables

Environment Variables

Required

  • TOKEN: The Bot Token used by the bot to authenticate with Discord.

Optional

  • LOG_LEVEL: if set to debug, the bot will provide additional log messages during operation
  • GUILD_IDS: a space-separated list of guild ids, these are used to register slash commands for specific test servers

About

Ursina BOT

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 92.6%
  • Dockerfile 7.4%