Bots in separate directory now

This commit is contained in:
2017-07-17 22:43:26 +02:00
parent 360f9f9ce2
commit 808a29756d
4 changed files with 6 additions and 5 deletions

View File

@ -27,7 +27,7 @@ func GetStatsByUser(ctx *aero.Context) string {
return ctx.Error(http.StatusNotFound, "User not found", err)
}
animeList, err := arn.GetAnimeList(viewUser)
animeList, err := arn.GetAnimeList(viewUser.ID)
animeList.PrefetchAnime()
if err != nil {