Ruby-Cogs/pokecord/pokemixin.py
2025-02-19 21:49:40 -05:00

14 lines
240 B
Python

from redbot.core import commands
@commands.group(name="poke")
async def poke(self, ctx: commands.Context):
"""
Pokecord commands
"""
class PokeMixin:
"""This is mostly here to easily mess with things..."""
c = poke