Skip to content

cmmdotsh/tigerbot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tigerbot

a bot for the hahnville gaming server

development

to contribute, get yourself a discord token and set it as an environment variable. if you're using VSCode, you can set up the environment variable in the .vscode/launch.json file and use the built in debugger after opening the directory in the IDE.

to get started, install Python 3 and use virtualenv to set up your environment.

virtualenv tigerbot

then, enter your environment and install the project with:

source tigerbot/bin/activate
pip3 install -r requirements.txt

to keep this project easy to maintain, follow the Cogs convention found in the discord api docs and add any functionality in its own directory. for example, if you are adding a poll functionality, making a utilities folder with a poll.py file with a Poll(commands.Cog) class inside the file would be a great start.

notes

  • set ToS message from Discord as admin
  • create poll functionality
  • mod tools

About

bot for HHS gaming group

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published