aboutsummaryrefslogtreecommitdiff
path: root/munch.go
diff options
context:
space:
mode:
Diffstat (limited to 'munch.go')
-rw-r--r--munch.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/munch.go b/munch.go
index da1a28e..4624538 100644
--- a/munch.go
+++ b/munch.go
@@ -7,12 +7,14 @@ import (
"github.com/Whirlsplash/munch/pkg/config"
"github.com/Whirlsplash/munch/pkg/discord"
"github.com/Whirlsplash/munch/pkg/server"
+ "github.com/Whirlsplash/munch/pkg/utilities"
"github.com/spf13/viper"
"sync"
)
func main() {
config.Setup()
+ utilities.SetupSignalHandler()
var wg sync.WaitGroup