botblock / discordlists.py

A simple API wrapper for botblock.org providing server count posting to all bot lists and fetching bot information from all. [Python - maintained by @MattIPv4]
https://botblock.org/api/docs
MIT License
8 stars 2 forks source link

Fix server count posting #3

Closed MattIPv4 closed 4 years ago

MattIPv4 commented 4 years ago

discord.py treats snowflakes as integers, BotBlock expects snowflakes to be strings. This fixes the lib to cast the d.py snowflake to a string before posting.