mirror of
https://github.com/MuRuLOSE/limoka.git
synced 2026-06-16 14:34:17 +02:00
5 lines
155 B
Python
5 lines
155 B
Python
from .. import loader
|
|
class nullMod(loader.Module):
|
|
strings = {"name": "null"}
|
|
async def nullcmd(self, message):
|
|
await message.edit("null") |