From dfeef2aad6fb25eadc13c12e1caea7160bfe6c3e Mon Sep 17 00:00:00 2001 From: Mel Date: Sat, 2 Apr 2022 02:42:12 +0200 Subject: Contact Discord through WS --- cmd/bot/main.go | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'cmd') diff --git a/cmd/bot/main.go b/cmd/bot/main.go index 2813504..b709ffc 100644 --- a/cmd/bot/main.go +++ b/cmd/bot/main.go @@ -3,5 +3,9 @@ package main import "jinx/pkg/bot" func main() { - bot.Greet() + err := bot.Start() + + if err != nil { + panic(err) + } } -- cgit 1.4.1