diff --git a/litecord/storage.py b/litecord/storage.py index 600e486..faaed00 100644 --- a/litecord/storage.py +++ b/litecord/storage.py @@ -829,7 +829,8 @@ class Storage: 'id': str(wb_info['webhook_id']), 'bot': True, 'username': wb_info['name'], - 'avatar': wb_info['avatar'] + 'avatar': wb_info['avatar'], + 'discriminator': '0000', } else: res['author'] = await self.get_user(res['author_id'])