From 1f1cd13eb96c7134ff7460bccea57d336100c993 Mon Sep 17 00:00:00 2001 From: Alyxia Sother Date: Tue, 11 Jan 2022 08:45:47 +0100 Subject: [PATCH] [middle/discord] Add Development to the array As requested by @Cynosphere --- middle/discord.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/middle/discord.go b/middle/discord.go index 4fce2d6..37d9f7d 100644 --- a/middle/discord.go +++ b/middle/discord.go @@ -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 {