diff --git a/bot/bot.go b/bot/bot.go index 2ce5e7a..16cd4c3 100644 --- a/bot/bot.go +++ b/bot/bot.go @@ -2,7 +2,7 @@ package bot import ( "fmt" - "github.com/btwkenji/animun/api" + "github.com/kenjitheman/animun/api" "github.com/darenliang/jikan-go" "github.com/joho/godotenv" "log" diff --git a/go.mod b/go.mod index 23e4158..85eb0cd 100644 --- a/go.mod +++ b/go.mod @@ -1,4 +1,4 @@ -module github.com/btwkenji/animun +module github.com/kenjitheman/animun go 1.21.3 diff --git a/main.go b/main.go index a55defb..5e4f25b 100644 --- a/main.go +++ b/main.go @@ -1,7 +1,7 @@ package main import ( - "github.com/btwkenji/animun/bot" + "github.com/kenjitheman/animun/bot" ) func main() {