Migrate deployment to Gitea Actions and Portainer
Build and Push Container / docker (push) Successful in 24m19s
Build and Push Container / docker (push) Successful in 24m19s
This commit is contained in:
+6
-4
@@ -6,10 +6,10 @@ import (
|
||||
"os/signal"
|
||||
"syscall"
|
||||
|
||||
"github.com/bwmarrin/discordgo"
|
||||
"github.com/dustinpianalto/discordgo"
|
||||
"github.com/dustinpianalto/disgoman"
|
||||
"github.com/dustinpianalto/prepbot/internal/exts/members"
|
||||
"github.com/dustinpianalto/prepbot/internal/exts/messages"
|
||||
"gitea.wayfinderak.com/wayfinderak/prepbot/internal/exts/members"
|
||||
"gitea.wayfinderak.com/wayfinderak/prepbot/internal/exts/messages"
|
||||
)
|
||||
|
||||
func main() {
|
||||
@@ -21,7 +21,9 @@ func main() {
|
||||
}
|
||||
dg.State.MaxMessageCount = 100
|
||||
dg.StateEnabled = true
|
||||
|
||||
dg.LogLevel = 3
|
||||
dg.Debug = false
|
||||
|
||||
dg.Identify = discordgo.Identify{
|
||||
Intents: discordgo.MakeIntent(discordgo.IntentsAll),
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user