mirror of
https://github.com/TeamPGM/PagerMaid_Plugins.git
synced 2024-11-25 16:02:14 +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
|
last_name = '%s' % cake
|
||||||
|
|
||||||
await bot(UpdateProfileRequest(last_name=last_name))
|
await bot(UpdateProfileRequest(last_name=last_name))
|
||||||
except KeyboardInterrupt:
|
except:
|
||||||
await bot(UpdateProfileRequest(last_name=''))
|
pass
|
||||||
await sleep(1)
|
await sleep(1)
|
Loading…
Reference in New Issue
Block a user