mirror of
https://github.com/roleypoly/roleypoly.git
synced 2025-06-16 09:39:09 +00:00
chore: remove unused go code
This commit is contained in:
parent
0b384bfe5c
commit
9c935f2847
8 changed files with 1 additions and 110 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue