This is to update discordbots.tk guild count.
Project description
# [DiscordBots.tk](https://discordbots.tk)
### This module is to update guild count to discordbots.tk's api.
### Example
1. In your main file.
```py
# Imports here
import discordbotstk
# ...
# bot can be client too
@bot.event()
async def on_ready():
#Do whatever you want here
tk_client = discordbotstk.client(bot, 'api-key-here') # bot can be client too
await tk_client.start_loop()
# ...
```
#### Don't forget to join the server [DiscordBotsTK](https://discord.gg/APfnJMM)
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
DiscordBotsTK-0.5.5dev.tar.gz
(1.4 kB
view hashes)