Merge pull request #136 from Pentacene/master

求求你们autochangename别再刷报错了。请您更新
This commit is contained in:
Pentacene 2021-03-21 02:11:41 +08:00 committed by GitHub
commit 19cc639ec1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View File

@ -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)

View File

@ -22,7 +22,7 @@
},
{
"name": "autochangename",
"version": "1.0",
"version": "1.0.1",
"section": "profile",
"maintainer": "xtaodada",
"size": "2.1 kb",