Change pyexec's internal name to exec

This commit is contained in:
blank X 2020-11-14 18:00:41 +07:00
parent e020e5e64e
commit e16bf93f95
1 changed files with 1 additions and 1 deletions

View File

@ -68,4 +68,4 @@ async def pyexec(client, message):
output = 'Executed'
await reply.edit_text(output)
help_dict['pyexec'] = ('Exec', '{prefix}exec <i>&lt;python code&gt;</i> - Executes python code')
help_dict['exec'] = ('Exec', '{prefix}exec <i>&lt;python code&gt;</i> - Executes python code')