-
-
Notifications
You must be signed in to change notification settings - Fork 2.3k
feat: Sapphire guide #711
feat: Sapphire guide #711
Conversation
This comment has been minimized.
This comment has been minimized.
WiseDevHelper
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Some small suggestions.
|
Additionally, I think the |
guide/sapphire/args.md
Outdated
| - `“` and `”` (iOS smart quotes) | ||
| - `「` and `」` (CJK corner brackets) | ||
|
|
||
| This is troublesome if we want to send quotes in the content, as those would be excluded from `rest`, so we have set quotes to an empty array. This way, when you do `@bot say Hello "there!"`, your bot will send `Hello "there!"`. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
please put "quotes" in backticks -- to show it's "code" (i.e. it's a field of the class)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What do you mean?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"This is troublesome if we want to send quotes in the content" -> " This is troublesome if we want to send quotes in the content"
YorkAARGH
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nothing major, just a couple of inconsistencies I found whilst following these guides, so far they're good if an idiot like me can follow them!
Co-authored-by: Wise <45759535+WiseDevHelper@users.noreply.github.com>
Co-Authored-By: Tyler Davis <tgfdavis98@gmail.com>
Co-Authored-By: York <aarghgames@gmail.com>
Co-authored-by: Wise <45759535+WiseDevHelper@users.noreply.github.com>
Co-authored-by: Sanctuary <Danktuary@users.noreply.github.com>
Co-authored-by: Sanctuary <Danktuary@users.noreply.github.com>
40df0b2 to
aab0601
Compare
Co-authored-by: Muh <52611945+Muh9049@users.noreply.github.com>
|
A Sapphire guide can now be found at https://www.sapphirejs.dev/docs/Guide/getting-started/getting-started |
Please describe the changes this PR makes and why it should be merged:
As discussed internally with the team, we are replacing Commando with Sapphire, and this takes the first step.
Also, this is my first time contributing to this repository, so please let me know if I did something wrong. I'll also test the changes once I finish writing all the pages 😅