feat: sidestore unofficial command

This commit is contained in:
neoarz
2026-01-04 21:54:50 -05:00
parent aaefc42664
commit 9c71bf42d7
4 changed files with 70 additions and 1 deletions

View File

@@ -133,7 +133,9 @@ def stickybot_command():
)
message_content = config.get("message", "*No message set*")
footer_text = config.get("footer", "This is an automated sticky message.")
footer_text = config.get(
"footer", "This is an automated sticky message."
)
full_content = f"{message_content}\n-# {footer_text}"
embed.add_field(