Metadata-Version: 1.0
Name: DiscordBotsTK
Version: 0.5.4dev
Summary: This is to update discordbots.tk guild count.
Home-page: UNKNOWN
Author: iWeeti
Author-email: UNKNOWN
License: MIT
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)
        
Platform: UNKNOWN
