Skip to content

Commit

Permalink
Merge branch 'scruby' of https://github.com/theyande/scradd into scruby
Browse files Browse the repository at this point in the history
  • Loading branch information
TheYande committed Sep 4, 2024
2 parents 0ef75e8 + 8b86d1f commit eebec75
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions common/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,10 @@ async function getConfig() {
admin: getChannel("admin", ChannelType.GuildText, "start") ?? modChannel,

general: getChannel("general", ChannelType.GuildText, "full"),
general2 : getChannel("general2", ChannelType.GuildText, "full") || getChannel("general-2", ChannelType.GuildText, "full") || getChannel("alternate-universe", ChannelType.GuildText, "full"),
general2:
getChannel("general2", ChannelType.GuildText, "full") ||
getChannel("general-2", ChannelType.GuildText, "full") ||
getChannel("alternate-universe", ChannelType.GuildText, "full"),

updates: getChannel("updates", ChannelType.GuildText, "partial"),
suggestions: getChannel("suggestions", ChannelType.GuildForum),
Expand All @@ -109,7 +112,7 @@ async function getConfig() {
help: getChannel("help", ChannelType.GuildForum, "partial"),
radio: getChannel("radio", ChannelType.GuildVoice, "partial"),
queer: getChannel("qdex", ChannelType.GuildText, "partial"),
memes: getChannel("memes", ChannelType.GuildText, "partial")
memes: getChannel("memes", ChannelType.GuildText, "partial"),
},

roles: {
Expand Down

0 comments on commit eebec75

Please sign in to comment.