Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 250 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 250 Bytes

marne_cog

Battlefield 1 marne submodule

usage

import the cog with

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

or use it inside another cog

class Marne_Private(BattleBit, name="marne"):