Skip to content
YumYummity edited this page Feb 8, 2024 · 4 revisions

Overview / Setup / Cogs / Logging / Examples

Setup

Getting Files

Git Clone

  1. Make sure you have Git installed
  2. Run git clone https://github.com/YumYummity/guilded-bot-template

ZIP

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

  1. Download the file using the link above
  2. Extract the file with your preferred application

With Files

  1. Rename config.json.txt to config.json
  2. Fill out config.json, replacing the necessary values
  3. Ensure you have the required version of Python with python3 --version (or python --version)
    • This should be at least 3.7.*
  4. Install the required libraries. pip install -r requirements.txt
  5. Run main.py

Optional

You can read Command Examples to see some pre-built commands. These also come with a related guide.

Debug Mode

You can change the variable debug_mode in main.py to turn on guilded.py debug.

Navigation

Commands

  • User Info

Functions

  • Fetch all Server Channels

Checks

  • Server Member has Permission

Databases (under work)

  • PostgreSQL
  • SurrealDB
  • JSON
Clone this wiki locally