Change pyexec's internal name to exec
This commit is contained in:
parent
e020e5e64e
commit
e16bf93f95
|
@ -68,4 +68,4 @@ async def pyexec(client, message):
|
||||||
output = 'Executed'
|
output = 'Executed'
|
||||||
await reply.edit_text(output)
|
await reply.edit_text(output)
|
||||||
|
|
||||||
help_dict['pyexec'] = ('Exec', '{prefix}exec <i><python code></i> - Executes python code')
|
help_dict['exec'] = ('Exec', '{prefix}exec <i><python code></i> - Executes python code')
|
||||||
|
|
Loading…
Reference in New Issue