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