def __init__(self, bot):
self.bot = bot
self.dbpath = "data/gaming/settings.json"
self.db = fileIO(self.dbpath, "load")
self.version = "1.0.0"
self.update_type = "release"
self.patchnote = """
**Gaming cog, first release!**
Main purpose of this cog is to help large gaming communities. There are two groups of commands at the moment `profiles` and `lfg`
`profiles` is used for managing gaming networks profiles, such as steam, psn, xbl, etx. I see it being used to get users profile, while he/she is away.
Use `[p]help profiles` for more info
`lfg` is a bit barebone at the moment. It can be used to set your status as "looking for group", so other users can see you on the list
Use `[p]help lfg` and `[p]help lfg looking` for more info
More to come!
"""
# useful methids
评论列表
文章目录