Forgot the metadata
Signed-off-by: Izuru Yakumo <yakumo.izuru@chaotic.ninja> git-svn-id: file:///srv/svn/repo/chen/trunk@33 32723744-9b23-0b4a-b1da-9b2e968f9461
This commit is contained in:
parent
2ab74a4fff
commit
eacd51b957
4
main.py
4
main.py
@ -202,11 +202,15 @@ class ChenBot(ClientXMPP):
|
||||
mtype=avatar_type,
|
||||
)
|
||||
)
|
||||
|
||||
info = {
|
||||
"id": avatar_id,
|
||||
"type": avatar_type,
|
||||
"bytes": avatar_bytes,
|
||||
}
|
||||
|
||||
asyncio.gather(self.plugin["xep_0084"].publish_avatar_metadata([info]))
|
||||
|
||||
vcard = self.plugin["xep_0054"].make_vcard()
|
||||
vcard["URL"] = "git://git.chaotic.ninja/yakumo_izuru/chen"
|
||||
vcard["DESC"] = "Shikigami of the Shikigami of the Gap Youkai"
|
||||
|
Loading…
x
Reference in New Issue
Block a user