mirror of
https://github.com/TeamPGM/PagerMaid_Plugins.git
synced 2024-11-22 05:09:15 +00:00
Update autochangename.py
This commit is contained in:
parent
684aec9a76
commit
93166c2bcf
@ -44,6 +44,6 @@ async def change_name_auto(context):
|
||||
last_name = '%s' % cake
|
||||
|
||||
await bot(UpdateProfileRequest(last_name=last_name))
|
||||
except KeyboardInterrupt:
|
||||
await bot(UpdateProfileRequest(last_name=''))
|
||||
except:
|
||||
pass
|
||||
await sleep(1)
|
Loading…
Reference in New Issue
Block a user