Improved answers
This commit is contained in:
parent
e50ce4da89
commit
7d72ddb79a
@ -62,8 +62,9 @@ func Did(s *discordgo.Session, msg *discordgo.MessageCreate) bool {
|
|||||||
|
|
||||||
anime := results[0]
|
anime := results[0]
|
||||||
animeList := user.AnimeList()
|
animeList := user.AnimeList()
|
||||||
|
listItem := animeList.Find(anime.ID)
|
||||||
|
|
||||||
if animeList.Contains(anime.ID) {
|
if listItem != nil && listItem.Status == arn.AnimeListStatusCompleted {
|
||||||
_, err := s.ChannelMessageSend(msg.ChannelID, fmt.Sprintf("Yes, %s has watched %s.", user.Nick, anime.Title.Canonical))
|
_, err := s.ChannelMessageSend(msg.ChannelID, fmt.Sprintf("Yes, %s has watched %s.", user.Nick, anime.Title.Canonical))
|
||||||
|
|
||||||
if err != nil {
|
if err != nil {
|
||||||
|
Loading…
Reference in New Issue
Block a user