mirror of
https://github.com/neoarz/Syntrel.git
synced 2025-12-25 11:40:12 +01:00
chore(todo): add new things :)
This commit is contained in:
10
TODO.md
10
TODO.md
@@ -20,6 +20,16 @@
|
|||||||
|
|
||||||
- [ ] Add git log to info
|
- [ ] Add git log to info
|
||||||
|
|
||||||
|
- [ ] Add try it and see command
|
||||||
|
|
||||||
|
- [ ] ~~Add rickroll command~~
|
||||||
|
|
||||||
|
- [ ] Add sending code (regular and from github)
|
||||||
|
|
||||||
|
- [ ] Add random color command
|
||||||
|
|
||||||
|
- [ ] Add translate command
|
||||||
|
|
||||||
- [ ] Clean tag system from [tags branch](https://github.com/neoarz/Syntrel/tree/tags) (make sure db is persistent)
|
- [ ] Clean tag system from [tags branch](https://github.com/neoarz/Syntrel/tree/tags) (make sure db is persistent)
|
||||||
|
|
||||||
- [x] Fix logging and add graceful shutdown
|
- [x] Fix logging and add graceful shutdown
|
||||||
|
|||||||
@@ -18,7 +18,7 @@ class Afc(commands.Cog, name="afc"):
|
|||||||
description=(
|
description=(
|
||||||
'# AFC Connection Failure\n\n---\n\n' +
|
'# AFC Connection Failure\n\n---\n\n' +
|
||||||
'1. Make sure StosVPN is connected\n' +
|
'1. Make sure StosVPN is connected\n' +
|
||||||
'2. If issue still persists, generate and import a new pairing file using `idevice_pair`. See our [Pairing File instructions](https://docs.sidestore.io/docs/installation/pairing-file) for details'
|
'2. If issue still persists, generate and import a new pairing file using `idevice_pair`. See [Pairing File instructions](https://docs.sidestore.io/docs/installation/pairing-file) for details'
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
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")
|
||||||
|
|||||||
Reference in New Issue
Block a user