Metadata-Version: 2.1
Name: templatebot
Version: 1.0.0
Summary: A template Discord bot
Home-page: https://github.com/vcokltfre/template-bot-v2
Author: vcokltfre
License: MIT
Description: # vcokltfre/template-bot-v2
        
        ## A rewrite of [TemplateBot](https://github.com/vcokltfre/TemplateBot) with improvements
        
        Usage:
        ```py
        from templatebot import Bot
        
        bot = Bot(name="MyBot", command_prefix="!")
        bot.load_initial_cogs() # Required, even when empty, to load the default cog and jishaku
        bot.run("token")
        ```
Platform: UNKNOWN
Requires-Python: >=3.6
Description-Content-Type: text/markdown
