Started preparing /message command
This commit is contained in:
parent
500aaf38f4
commit
484990564f
7
main.py
7
main.py
@ -111,6 +111,13 @@ async def cmd_warn(app, msg):
|
||||
# ==============================================================================================================================
|
||||
|
||||
|
||||
# Message command ==============================================================================================================
|
||||
@app.on_message(~ filters.scheduled & filters.command(["message"], prefixes=["/"]))
|
||||
async def cmd_message(app, msg):
|
||||
pass
|
||||
# ==============================================================================================================================
|
||||
|
||||
|
||||
# Warnings command =============================================================================================================
|
||||
@app.on_message(~ filters.scheduled & filters.command(["warnings"], prefixes=["/"]))
|
||||
async def cmd_warnings(app, msg):
|
||||
|
Reference in New Issue
Block a user