def __init__(self, game: str):
super().__init__(
command_prefix=commands.when_mentioned_or("n!"),
description=DESCRIPTION,
pm_help=True,
game=discord.Game(name=game)
)
cogs.setup(self)