mirror of
https://github.com/JimenezJC/discord-7tv-emoji-app.git
synced 2025-12-05 23:39:55 -05:00
Naming emotes appropriately
This commit is contained in:
parent
9aaf8d7a58
commit
a2b4e5127d
4 changed files with 16 additions and 25 deletions
|
|
@ -36,4 +36,7 @@ def addGif(url):
|
|||
image = pyvips.Image.new_from_buffer(webp_data, '')
|
||||
gif_data = image.write_to_buffer('.gif')
|
||||
|
||||
return gif_data
|
||||
|
||||
gif_name = seventv.get_emote_name(url)
|
||||
|
||||
return gif_data, gif_name
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue