Closed Samarth-Nasnodkar closed 3 years ago
Make sure you are entering correct URL to your webserver on top.gg website with the authorization key. The appropriate URL format is http://serverip:webhook_port/webhook_path
, where serverip
is your server's IP.
Also make sure that your machine does not have any firewall that happens to be blocking top.gg requests on specified port. Port forwarding may be necessary if you are attempting to receive votes on your local machine.
Closing this issue, as I assume that the issue has been resolved.
I tried using the events in dblpy like on_dbl_vote() but they do not seem to work. I am using python 3.8.5, which is supported according to the documentation. The posting of the guild count works without any issue. Please look into this. `class TopGG(commands.Cog):
def setup(bot): bot.add_cog(TopGG(bot))`