This will post the server count on the bhbotlist.xyz website
from bhbotlist import bhbotlist from discord.ext import commands client = commands.Bot(command_prefix="!") dbl = bhbotlist(client,"token of bhbotlist") @client.event async def on_ready(): x = await dbl.serverCountPost() print(x) client.run("token")
Last updated 7 months ago