Last active
September 14, 2022 13:19
-
-
Save shanduur/0ef18d3f2cfa8097a0504b14a963c590 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
guild: | |
name: 'Example Test' | |
verification-level: 'High' | |
roles: | |
- name: 'role-0' | |
color: 'random' | |
separated: true | |
mentionable: true | |
rank: 0 | |
permissions: [ "All" ] | |
- name: 'role-1' | |
color: '#DC143D' | |
separated: true | |
mentionable: true | |
rank: 1 | |
permissions: [ "ReadChannel", "SendMessages", "ManageMessages", "ReadMessageHistory" ] | |
categories: | |
- name: 'category-1' | |
channels: | |
- name: 'cat-1-text' | |
type: 'Text' | |
description: 'text description' | |
- name: 'cat-1-news' | |
type: 'News' | |
age-restricted: true | |
description: 'news description' | |
- name: 'cat-1-voice' | |
type: 'Voice' | |
age-restricted: true | |
description: 'voice description' | |
bitrate: 96 | |
user-limit: 5 | |
- name: 'cat-1-stage' | |
type: 'StageVoice' | |
description: 'stage description' | |
bitrate: 64 | |
user-limit: 5 | |
- name: 'category-2' | |
channels: | |
- name: 'cat-2-text' | |
type: 'Text' | |
age-restricted: true | |
description: 'text description' | |
- name: 'cat-2-news' | |
type: 'News' | |
description: 'news description' | |
- name: 'cat-2-voice' | |
type: 'Voice' | |
description: 'voice description' | |
- name: 'cat-2-stage' | |
type: 'StageVoice' | |
age-restricted: true | |
description: 'stage description' | |
bitrate: 128 | |
user-limit: 720 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment