atbrandt / DeadbearBot

A Discord bot for fun, stats, and server management. Written in Python v3.8.6
MIT License
17 stars 6 forks source link

Profile command will sometimes fail with "List index out of range" error #25

Closed atbrandt closed 3 years ago

atbrandt commented 3 years ago

A user has demonstrated that in some cases, the profile command will fail when trying to target another guild member, and the console will throw an exception that the self.pages[self.page - 1] call is out of the range of self.pages. This would appear to be an issue with fields being empty when passed into the MenuEmbed class, but I'm unsure how it's happening.