MrHemlock / auto_guild

Creates a Discord server based on a template you layout, making it an easy and quick way to flesh out a server to fit your needs.
MIT License
13 stars 0 forks source link

Add Category ID Metadata #6

Closed HassanAbouelela closed 2 years ago

HassanAbouelela commented 2 years ago

Currently, categories do not include their IDs in the end result, making it more difficult to use and might require users to manually add them at the end. I'm proposing the following modification to the current format:

categories:
  super_secret:
    - id: number
    - channel: text

In this case, id should be a reserved keyword used specifically for the category IDs.