Remove timestamp as default embed footer
This commit is contained in:
parent
c0c78d8693
commit
6597856610
@ -297,10 +297,10 @@ def create_embed(
|
|||||||
|
|
||||||
if footer:
|
if footer:
|
||||||
embed.set_footer(text=footer)
|
embed.set_footer(text=footer)
|
||||||
else:
|
# else:
|
||||||
embed.set_footer(
|
# embed.set_footer(
|
||||||
text=datetime.utcnow().strftime("%Y-%m-%d %H:%M:%S") + " UTC"
|
# text=datetime.utcnow().strftime("%Y-%m-%d %H:%M:%S") + " UTC"
|
||||||
)
|
# )
|
||||||
|
|
||||||
if thumbnail:
|
if thumbnail:
|
||||||
embed.set_thumbnail(url=thumbnail)
|
embed.set_thumbnail(url=thumbnail)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user