litecord.storage: inject discriminator on webhook author

This commit is contained in:
Luna 2019-03-18 23:03:35 -03:00
parent dab830066b
commit 507393678e
1 changed files with 1 additions and 0 deletions

View File

@ -816,6 +816,7 @@ class Storage:
res['author'] = {
'id': str(wb_info['id']),
'bot': True,
'discriminator': '0000',
'username': wb_info['name'],
'avatar': wb_info['avatar']
}