From 087aae64af861d758b048a6606e2f31fc868aa70 Mon Sep 17 00:00:00 2001 From: Wittano Date: Sat, 4 Nov 2023 23:36:20 +0100 Subject: [PATCH] fix(komputer): removed requirement environment variable SERVER_GUILD --- cmd/komputer/main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/komputer/main.go b/cmd/komputer/main.go index 60de33d..28b357f 100644 --- a/cmd/komputer/main.go +++ b/cmd/komputer/main.go @@ -63,7 +63,7 @@ func init() { } func init() { - checkEnvVariables("APPLICATION_ID", "SERVER_GUID") + checkEnvVariables("APPLICATION_ID") for _, c := range commands { if _, err := bot.ApplicationCommandCreate(