Skip to content

Commit

Permalink
Revert "remove unused channels and extras"
Browse files Browse the repository at this point in the history
This reverts commit 7f42645.
  • Loading branch information
3vorp committed Jul 23, 2023
1 parent e76b39b commit b36ed87
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 2 deletions.
23 changes: 21 additions & 2 deletions json/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,11 @@
{
"name": "dev",
"id": "720677267424018526",
"channels": {
"todo": "962086355243004004",
"updateMember": "897476033136189460",
"moderation": "798676864599195655"
},
"roles": {
"manager": "747839021421428776",
"council": "936043191977787452",
Expand All @@ -45,12 +50,26 @@
{
"name": "faithful",
"team": "faithful",
"id": "773983706582482946"
"id": "773983706582482946",
"channels": {
"updateMember": "774333964101615637"
}
},
{
"name": "faithful_extra",
"team": "faithful",
"id": "614160586032414845",
"channels": {
"updateMember": "802854096779477002"
}
},
{
"name": "classic_faithful",
"team": "faithful",
"id": "814198513847631944"
"id": "814198513847631944",
"channels": {
"updateMember": "814246773459255328"
}
}
]
}
1 change: 1 addition & 0 deletions src/helpers/interfaces/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ export interface Discord {
team?: string; // tell if discord guilds are teamed up (for global commands)
name: string;
id: string;
channels: { [updateMember: string]: string };
roles?: { [role: string]: string };
}

Expand Down

0 comments on commit b36ed87

Please sign in to comment.