Add rule
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
def match(command):
|
||||
return command.script.endswith('ç')
|
||||
|
||||
def get_new_command(command):
|
||||
return command.script[:-1]
|
||||
|
||||
Reference in New Issue
Block a user