Skip to content

Commit

Permalink
chore: change username
Browse files Browse the repository at this point in the history
  • Loading branch information
nezutero committed Feb 14, 2024
1 parent e1b2f33 commit b0f15b8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion bot/bot.go
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module github.com/btwkenji/animun
module github.com/kenjitheman/animun

go 1.21.3

Expand Down
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package main

import (
"github.com/btwkenji/animun/bot"
"github.com/kenjitheman/animun/bot"
)

func main() {
Expand Down

0 comments on commit b0f15b8

Please sign in to comment.