mirror of
https://github.com/Luzifer/discord-community.git
synced 2024-12-20 10:21:22 +00:00
Remove env bindings
Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
parent
64b50461b8
commit
06531f384a
1 changed files with 0 additions and 11 deletions
11
env.go
11
env.go
|
@ -1,11 +0,0 @@
|
||||||
package main
|
|
||||||
|
|
||||||
import "os"
|
|
||||||
|
|
||||||
var (
|
|
||||||
discordAnnouncementChannel = os.Getenv("DISCORD_ANNOUNCEMENT_CHANNEL")
|
|
||||||
discordLiveChannel = os.Getenv("DISCORD_LIVE_CHANNEL")
|
|
||||||
twitchChannelID = os.Getenv("TWITCH_CHANNEL_ID")
|
|
||||||
twitchClientID = os.Getenv("TWITCH_CLIENT_ID")
|
|
||||||
twitchToken = os.Getenv("TWITCH_TOKEN")
|
|
||||||
)
|
|
Loading…
Reference in a new issue