issues
search
Top-gg-Community
/
python-sdk
A simple API wrapper for top.gg written in Python
https://docs.top.gg/docs/Libraries/python
MIT License
90
stars
54
forks
source link
Fixed the example code
#12
Closed
Assassinumz
closed
5 years ago
Assassinumz
commented
5 years ago
Proposed Changes
Made the cog in the example code compatible with discord.py-rewrite's new method of handling cogs
Changed
while not bot.is_closed()
to
while not self.bot.is_closed()
Proposed Changes
while not bot.is_closed()
towhile not self.bot.is_closed()