can all cog class names be the same discord.py? code example
Example: discord.py cog classes
class Test(commands.cog):
def __init__(self, client):
self.client = client
self._last_member = None
class Test(commands.cog):
def __init__(self, client):
self.client = client
self._last_member = None