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:
@@ -24,9 +24,9 @@
|
|||||||
| general | `help`, `botinfo`, `serverinfo`, `ping`, `feedback`, `uptime` |
|
| general | `help`, `botinfo`, `serverinfo`, `ping`, `feedback`, `uptime` |
|
||||||
| fun | `randomfact`, `coinflip`, `rps`, `8ball`, `minesweeper` |
|
| fun | `randomfact`, `coinflip`, `rps`, `8ball`, `minesweeper` |
|
||||||
| moderation | `kick`, `ban`, `nick`, `purge`, `hackban`, `warnings`, `archive`, `timeout` |
|
| moderation | `kick`, `ban`, `nick`, `purge`, `hackban`, `warnings`, `archive`, `timeout` |
|
||||||
| sidestore | `sidestore`, `help`, `refresh`, `code`, `crash`, `pairing`, `server`, `half`, `sparse`, `afc`, `udid` |
|
| sidestore | `help`, `refresh`, `code`, `crash`, `pairing`, `server`, `half`, `sparse`, `afc`, `udid` |
|
||||||
| idevice | `idevice`, `help`, `noapps`, `errorcode`, `developermode`, `mountddi` |
|
| idevice | `help`, `noapps`, `errorcode`, `developermode`, `mountddi` |
|
||||||
| melonx | `melonx`, `help`, `transfer`, `mods`, `gamecrash`, `requirements`, `error`, `26` |
|
| melonx | `help`, `transfer`, `mods`, `gamecrash`, `requirements`, `error`, `26` |
|
||||||
| miscellaneous | `keanu`, `labubu`, `piracy`, `tryitandsee`, `rickroll`, `dontasktoask`, `support`|
|
| miscellaneous | `keanu`, `labubu`, `piracy`, `tryitandsee`, `rickroll`, `dontasktoask`, `support`|
|
||||||
| utilities | `translate`, `codepreview`, `dictionary` |
|
| utilities | `translate`, `codepreview`, `dictionary` |
|
||||||
| media | `download`, `mcquote`, `img2gif` |
|
| media | `download`, `mcquote`, `img2gif` |
|
||||||
|
|||||||
@@ -20,7 +20,7 @@ def afc_command():
|
|||||||
)
|
)
|
||||||
)
|
)
|
||||||
embed.set_author(name="SideStore", icon_url="https://github.com/SideStore/assets/blob/main/icons/classic/Default.png?raw=true")
|
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()
|
embed.timestamp = discord.utils.utcnow()
|
||||||
|
|
||||||
view = discord.ui.View()
|
view = discord.ui.View()
|
||||||
|
|||||||
@@ -32,7 +32,7 @@ def code_command():
|
|||||||
)
|
)
|
||||||
)
|
)
|
||||||
embed.set_author(name="SideStore", icon_url="https://github.com/SideStore/assets/blob/main/icons/classic/Default.png?raw=true")
|
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()
|
embed.timestamp = discord.utils.utcnow()
|
||||||
|
|
||||||
view = discord.ui.View()
|
view = discord.ui.View()
|
||||||
|
|||||||
@@ -15,8 +15,9 @@ def crash_command():
|
|||||||
description=(
|
description=(
|
||||||
'# SideStore Crashing After Refresh\n\n---\n\n' +
|
'# SideStore Crashing After Refresh\n\n---\n\n' +
|
||||||
'First, to try and save your data:\n' +
|
'First, to try and save your data:\n' +
|
||||||
'1. DON'T DELETE SIDESTORE, reinstall with AltServer's `Sideload .ipa`.\n' +
|
"1. DON'T DELETE SIDESTORE, reinstall with AltServer's `Sideload .ipa`.\n" +
|
||||||
'If that doesn't work:\n' +
|
"If that doesn't work:\n" +
|
||||||
|
|
||||||
'1. Delete your current SideStore. Reinstall with AltServer.\n' +
|
'1. Delete your current SideStore. Reinstall with AltServer.\n' +
|
||||||
'2. Import your pairing file and sign into SideStore.\n' +
|
'2. Import your pairing file and sign into SideStore.\n' +
|
||||||
'3. Download the SideStore .ipa file, and save it to your Files app.\n' +
|
'3. Download the SideStore .ipa file, and save it to your Files app.\n' +
|
||||||
@@ -25,7 +26,7 @@ def crash_command():
|
|||||||
)
|
)
|
||||||
)
|
)
|
||||||
embed.set_author(name="SideStore", icon_url="https://github.com/SideStore/assets/blob/main/icons/classic/Default.png?raw=true")
|
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()
|
embed.timestamp = discord.utils.utcnow()
|
||||||
|
|
||||||
view = discord.ui.View()
|
view = discord.ui.View()
|
||||||
|
|||||||
@@ -26,7 +26,7 @@ def half_command():
|
|||||||
)
|
)
|
||||||
)
|
)
|
||||||
embed.set_author(name="SideStore", icon_url="https://github.com/SideStore/assets/blob/main/icons/classic/Default.png?raw=true")
|
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()
|
embed.timestamp = discord.utils.utcnow()
|
||||||
|
|
||||||
view = discord.ui.View()
|
view = discord.ui.View()
|
||||||
|
|||||||
@@ -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_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()
|
embed.timestamp = discord.utils.utcnow()
|
||||||
|
|
||||||
view = discord.ui.View()
|
view = discord.ui.View()
|
||||||
|
|||||||
@@ -25,7 +25,7 @@ def server_command():
|
|||||||
)
|
)
|
||||||
)
|
)
|
||||||
embed.set_author(name="SideStore", icon_url="https://github.com/SideStore/assets/blob/main/icons/classic/Default.png?raw=true")
|
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()
|
embed.timestamp = discord.utils.utcnow()
|
||||||
|
|
||||||
view = discord.ui.View()
|
view = discord.ui.View()
|
||||||
|
|||||||
@@ -19,7 +19,7 @@ def udid_command():
|
|||||||
)
|
)
|
||||||
)
|
)
|
||||||
embed.set_author(name="SideStore", icon_url="https://github.com/SideStore/assets/blob/main/icons/classic/Default.png?raw=true")
|
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()
|
embed.timestamp = discord.utils.utcnow()
|
||||||
|
|
||||||
view = discord.ui.View()
|
view = discord.ui.View()
|
||||||
|
|||||||
Reference in New Issue
Block a user