Skip to content

Commit

Permalink
[middle/discord] Add Development to the array
Browse files Browse the repository at this point in the history
As requested by @Cynosphere
  • Loading branch information
lexisother committed Jan 11, 2022
1 parent 9d764c1 commit 1f1cd13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion middle/discord.go
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ func GetInstance(channel string) (DiscordInstance, error) {
}

func GetChannels() []DiscordInstance {
possible := []string{"Stable", "PTB", "Canary"}
possible := []string{"Stable", "PTB", "Canary", "Development"}
var channels []DiscordInstance

for _, channel := range possible {
Expand Down

0 comments on commit 1f1cd13

Please sign in to comment.