This repository was archived by the owner on Feb 24, 2026. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 3
Setup
YumYummity edited this page Feb 8, 2024
·
4 revisions
Overview / Setup / Cogs / Logging / Examples
- Make sure you have Git installed
- Run
git clone https://github.com/YumYummity/guilded-bot-template
You can download this repository as a .zip file by using this link: https://github.com/YumYummity/guilded-bot-template/archive/refs/heads/main.zip
- Download the file using the link above
- Extract the file with your preferred application
- Rename
config.json.txttoconfig.json - Fill out
config.json, replacing the necessary values - Ensure you have the required version of Python with
python3 --version(orpython --version)- This should be at least 3.7.*
- Install the required libraries.
pip install -r requirements.txt - Run
main.py
You can read Command Examples to see some pre-built commands. These also come with a related guide.
You can change the variable debug_mode in main.py to turn on guilded.py debug.