1
Fork 0
mirror of https://github.com/wlinator/luminara.git synced 2024-10-02 18:03:12 +00:00

feat: Add hide_time option to blacklist command

This commit is contained in:
wlinator 2024-08-29 09:39:55 -04:00
parent 024c9cb643
commit 3283304148

View file

@ -28,6 +28,7 @@ class Blacklist(commands.Cog):
author_text=CONST.STRINGS["admin_blacklist_author"],
description=CONST.STRINGS["admin_blacklist_description"].format(user.name),
footer_text=CONST.STRINGS["admin_blacklist_footer"],
hide_time=True,
)
await ctx.send(embed=embed)