mirror of https://github.com/coddrago/Heroku
Update types.py
parent
9ac55365cd
commit
6e46e12827
|
@ -380,9 +380,9 @@ class Module:
|
||||||
if not getattr(channel, "left", True):
|
if not getattr(channel, "left", True):
|
||||||
return True
|
return True
|
||||||
|
|
||||||
await self.inline.bot.send_animation(
|
await self.inline.bot.send_photo(
|
||||||
self.tg_id,
|
self.tg_id,
|
||||||
"https://i.gifer.com/SD5S.gif",
|
"https://imgur.com/a/XpwmHo6.png",
|
||||||
caption=(
|
caption=(
|
||||||
self._client.loader.lookup("translations")
|
self._client.loader.lookup("translations")
|
||||||
.strings("requested_join")
|
.strings("requested_join")
|
||||||
|
|
Loading…
Reference in New Issue