mirror of
https://github.com/MuRuLOSE/limoka.git
synced 2026-06-16 22:34:19 +02:00
Commited backup
This commit is contained in:
5
KeyZenD/modules/null.py
Normal file
5
KeyZenD/modules/null.py
Normal file
@@ -0,0 +1,5 @@
|
||||
from .. import loader
|
||||
class nullMod(loader.Module):
|
||||
strings = {"name": "null"}
|
||||
async def nullcmd(self, message):
|
||||
await message.edit("null")
|
||||
Reference in New Issue
Block a user