Move to mautrix

This commit is contained in:
Tulir Asokan
2022-05-20 16:37:41 +03:00
parent 7da4defd05
commit b8990c1898
16 changed files with 48 additions and 88 deletions

View File

@@ -4,7 +4,7 @@ import (
"fmt"
"os"
"gitlab.com/beeper/discord/globals"
"go.mau.fi/mautrix-discord/globals"
)
type Cmd struct {

View File

@@ -3,7 +3,7 @@ package config
import (
log "maunium.net/go/maulogger/v2"
db "gitlab.com/beeper/discord/database"
db "go.mau.fi/mautrix-discord/database"
)
type database struct {