chore: remove unused go code

This commit is contained in:
41666 2020-12-15 21:39:27 -05:00
parent 0b384bfe5c
commit 9c935f2847
8 changed files with 1 additions and 110 deletions

View file

@ -5,7 +5,6 @@ import (
_ "github.com/joho/godotenv/autoload"
"github.com/roleypoly/roleypoly/src/common"
"github.com/roleypoly/roleypoly/src/common/bot"
"github.com/roleypoly/roleypoly/src/common/version"
"k8s.io/klog"
)
@ -19,7 +18,7 @@ var (
)
func main() {
klog.Info(version.StartupInfo("discord-bot"))
klog.Info("bot started")
err := bot.ScaffoldBot(bot.BotScaffolding{
RootUsers: rootUsers,