Skip to content

community-network/battlebit_cog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

battlebit_cog

Battlebit submodule

usage

import the cog with

async def setup(bot: commands.Bot) -> None:
    await bot.add_cog(BattleBit(bot))

or use it inside another cog

class BattleBit_Private(BattleBit, name="bb"):

About

Battlebit submodule for a discord.py bot

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages