wiki
Documentation
Environmental Setup
Getting Started: Learn: Learn Linux/Bash shell basics: Bash and GitBash for Beginners Learn Pyth...
File Structure
This is what the project will look like at its parent folder level (top level). main.py: This ...
Bot Token
Bot Token: The bot token is the password for the bot. Create a .bot.yaml file in the same direct...
GitIgnore Notes
.gitignore file We will often want to add files to the repository directory just to make the bot ...
Bot Main File
Logging Level: Ex: logging.basicConfig(level=logging.INFO) This code sets the logging level o...
Error Messages
Thus far, I have made error messages throughout the bot using the following pattern. These messag...
Making a New Feature
How to Get Started Developing New Features Adding a New Cog Create a new Python file in the cog...
Getting Data
Getting data from Discord: You can get data regarding the discord server environment using parame...
Code Testing
Unit Testing Unit testing is the practice of testing individual units or components of code to e...
KeyCloak SSO R&D
Created main group for the Adventure Ted family. Then, created child groups for separate depart...
Git/GitHub Workflow
Prerequisite Knowledge Git Practices - for a quick reference so interns can familiarize themselv...