from typing import List from .. import Module class TestMod(Module): PREFIX = "test" async def command(self, cmd: List[str]): if cmd[0] == "test": await self._client.get_channel(740301700606197918).send("this is frank speaking")