Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 279 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 279 Bytes

portal_helper_cog

portal info submodule

usage

import the cog with

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

or use it inside another cog

class Battlefield_2042_Private(Battlefield_2042, name="bf2042"):