Migrate deployment to Gitea Actions and Portainer
This commit is contained in:
@@ -6,11 +6,11 @@ import (
|
||||
"os/signal"
|
||||
"syscall"
|
||||
|
||||
"github.com/bwmarrin/discordgo"
|
||||
"github.com/dustinpianalto/discordgo"
|
||||
"github.com/dustinpianalto/disgoman"
|
||||
"github.com/dustinpianalto/geeksbot/internal/exts"
|
||||
"github.com/dustinpianalto/geeksbot/pkg/database"
|
||||
"github.com/dustinpianalto/geeksbot/pkg/services"
|
||||
"gitea.wayfinderak.com/wayfinderak/geeksbot/internal/exts"
|
||||
"gitea.wayfinderak.com/wayfinderak/geeksbot/pkg/database"
|
||||
"gitea.wayfinderak.com/wayfinderak/geeksbot/pkg/services"
|
||||
)
|
||||
|
||||
func main() {
|
||||
@@ -22,6 +22,8 @@ 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