mirror of
https://github.com/neoarz/Syntrel.git
synced 2025-12-25 11:40:12 +01:00
fix(crash): use double quotes to not break file
- update files last updated - remove original names since using /(command group) help is better
This commit is contained in:
@@ -31,7 +31,7 @@ def pairing_command():
|
||||
)
|
||||
)
|
||||
embed.set_author(name="SideStore", icon_url="https://github.com/SideStore/assets/blob/main/icons/classic/Default.png?raw=true")
|
||||
embed.set_footer(text=f'Last Edited by neoarz')
|
||||
embed.set_footer(text=f'Last Edited by CelloSerenity')
|
||||
embed.timestamp = discord.utils.utcnow()
|
||||
|
||||
view = discord.ui.View()
|
||||
|
||||
Reference in New Issue
Block a user