mirror of
https://github.com/neoarz/Syntrel.git
synced 2026-02-09 06:43:25 +01:00
feat: sidestore unofficial command
This commit is contained in:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user