Fix bug if user is not found

This commit is contained in:
Dusty Pianalto 2020-04-19 17:32:37 -08:00
parent 89871e8086
commit ad7fc5bde0

View File

@ -94,6 +94,7 @@ func userCommand(ctx disgoman.Context, args []string) {
Message: "Couldn't get that member", Message: "Couldn't get that member",
Error: err, Error: err,
} }
return
} }
} }
thumb := &discordgo.MessageEmbedThumbnail{ thumb := &discordgo.MessageEmbedThumbnail{