Skip to content

Cog you can add as submodule for your discord bot to get info on Battlefield 2042 portal

Notifications You must be signed in to change notification settings

community-network/portal_helper_cog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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"):

About

Cog you can add as submodule for your discord bot to get info on Battlefield 2042 portal

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages