fix: Remove footer from Teto image embed for improved clarity
This commit is contained in:
parent
3844f2e5d0
commit
4a9565fdbe
@ -27,7 +27,6 @@ class TetoImageCog(commands.Cog):
|
||||
)
|
||||
if image_url.startswith("http") or image_url.startswith("https"):
|
||||
embed.set_image(url=image_url)
|
||||
embed.set_footer(text="Random Teto Image Website", icon_url=None)
|
||||
await ctx.send(embed=embed)
|
||||
else:
|
||||
await ctx.send("The retrieved URL was not valid.")
|
||||
|
Loading…
x
Reference in New Issue
Block a user