LogoLogo
  • Hey Developer, Welcome 👋
  • NPM MODULE
    • Getting Started Npm
    • Vote Check
    • Bot Search
    • Server Count
  • PYTHON PACKAGE
    • Getting Started Python
    • Server Count
  • API
    • Has Voted
    • Stats
    • Search
Powered by GitBook
On this page
  1. PYTHON PACKAGE

Server Count

This will post the server count on the cybralist.com website

from cybralist import cybralist
from discord.ext import commands

client = commands.Bot(command_prefix="!") 
dbl = cybralist(client,"token of cybralist")

@client.event
async def on_ready():
  x = await dbl.serverCountPost()
  print(x)

client.run("token")

PreviousGetting Started PythonNextHas Voted

Last updated 5 months ago