feat(discord bot): added in a ping host command to get the bot going :D
more commands will be added as we continue working on this bot, including service restarts, log monitors
This commit is contained in:
@@ -12,6 +12,7 @@ import (
|
||||
"github.com/gin-gonic/gin"
|
||||
socketio "github.com/googollee/go-socket.io"
|
||||
"github.com/joho/godotenv"
|
||||
"lst.net/internal/bot"
|
||||
"lst.net/pkg"
|
||||
)
|
||||
|
||||
@@ -138,6 +139,7 @@ func main() {
|
||||
}
|
||||
}()
|
||||
|
||||
go bot.TheBot()
|
||||
go server.Serve()
|
||||
defer server.Close()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user