Last active
September 10, 2025 23:16
-
-
Save arthurfeitosa407-glitch/b52a3380f2d0c44126fe03b60fdd8aae 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
| { | |
| "name": "Next Level", | |
| "region": "brazil", | |
| "roles": [ | |
| { | |
| "name": "Dono", | |
| "permissions": 8, | |
| "color": 0 | |
| }, | |
| { | |
| "name": "Admin", | |
| "permissions": 8, | |
| "color": 16711680 | |
| }, | |
| { | |
| "name": "Moderador", | |
| "permissions": 268435456, | |
| "color": 65280 | |
| }, | |
| { | |
| "name": "Membro", | |
| "permissions": 104324673, | |
| "color": 255 | |
| }, | |
| { | |
| "name": "Bot", | |
| "permissions": 268435456, | |
| "color": 16776960 | |
| } | |
| ], | |
| "channels": [ | |
| { | |
| "name": "📢 Avisos", | |
| "type": 4, | |
| "children": [ | |
| { | |
| "name": "regras", | |
| "type": 0 | |
| }, | |
| { | |
| "name": "anúncios", | |
| "type": 0 | |
| } | |
| ] | |
| }, | |
| { | |
| "name": "💬 Chat Geral", | |
| "type": 4, | |
| "children": [ | |
| { | |
| "name": "bate-papo", | |
| "type": 0 | |
| }, | |
| { | |
| "name": "memes", | |
| "type": 0 | |
| } | |
| ] | |
| }, | |
| { | |
| "name": "🎮 Games", | |
| "type": 4, | |
| "children": [ | |
| { | |
| "name": "jogos-ativos", | |
| "type": 0 | |
| }, | |
| { | |
| "name": "encontros", | |
| "type": 0 | |
| }, | |
| { | |
| "name": "voz-games", | |
| "type": 2 | |
| } | |
| ] | |
| }, | |
| { | |
| "name": "🎨 Criatividade", | |
| "type": 4, | |
| "children": [ | |
| { | |
| "name": "arte", | |
| "type": 0 | |
| }, | |
| { | |
| "name": "música", | |
| "type": 0 | |
| }, | |
| { | |
| "name": "voz-criatividade", | |
| "type": 2 | |
| } | |
| ] | |
| }, | |
| { | |
| "name": "🤖 Bots e utilidades", | |
| "type": 4, | |
| "children": [ | |
| { | |
| "name": "comandos", | |
| "type": 0 | |
| } | |
| ] | |
| } | |
| ] | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment