You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+24-29Lines changed: 24 additions & 29 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,48 +8,43 @@ Welcome to the repo for the official Svelte Discord bot!
8
8
9
9
## Commands
10
10
11
-
- Bookmark
11
+
- Bookmark
12
+
- Message command that lets you save a reference to a message from the server in your DMs. Right click any message then go to `Apps` in the context menu to use.
12
13
13
-
- Message command that lets you save a reference to a message from the server in your DMs. Right click any message then go to `Apps` in the context menu to use.
14
+
- Docs
15
+
-`/docs svelte` or `/docs sveltekit`: Quickly search the Svelte or SvelteKit docs and send a link in the chat.
16
+
-`/mdn` Same as above but for the MDN web docs.
14
17
15
-
- Docs
18
+
- Github
19
+
-`/discussion`, `/issue` or `/pr` search for matching discussions, issues or PRs in some of the `sveltejs/*` repositories and send links to the results in the chat.
16
20
17
-
-`/docs svelte` or `/docs sveltekit`: Quickly search the Svelte or SvelteKit docs and send a link in the chat.
18
-
-`/mdn` Same as above but for the MDN web docs.
21
+
- Tags: Tags are a way to store and reuse frequent responses so that you don't have to look up and type them out every time.
22
+
-`/tag` Sends an existing tag to the chat.
23
+
-`/tags create` Create a tag. You must have the threadlord role to use it.
24
+
-`/tags update` Edit a tag. You must be the author of the tag to use it.
25
+
-`/tags delete` Delete a tag. You must be the author of the tag or have the threadlord role.
19
26
20
-
- Github
27
+
- Threads: These are commands to manage the autothreads created by the bot. They can be used by the person who initiated the thread or by people with the threadlord role.
28
+
-`/thread rename`
29
+
-`/thread solve` Renames the thread to have a green checkmark at the start and sets the archive duration to 1hr.
30
+
-`/thread archive` Archive an active thread without marking it as solved.
31
+
-`/thread reopen` Reopen a thread that's been accidentally marked as solved.
21
32
22
-
-`/discussion`, `/issue` or `/pr` search for matching discussions, issues or PRs in some of the `sveltejs/*` repositories and send links to the results in the chat.
23
-
24
-
- Tags: Tags are a way to store and reuse frequent responses so that you don't have to look up and type them out every time.
25
-
26
-
-`/tag` Sends an existing tag to the chat.
27
-
-`/tags create` Create a tag. You must have the threadlord role to use it.
28
-
-`/tags update` Edit a tag. You must be the author of the tag to use it.
29
-
-`/tags delete` Delete a tag. You must be the author of the tag or have the threadlord role.
30
-
31
-
- Threads: These are commands to manage the autothreads created by the bot. They can be used by the person who initiated the thread or by people with the threadlord role.
32
-
33
-
-`/thread rename`
34
-
-`/thread solve` Renames the thread to have a green checkmark at the start and sets the archive duration to 1hr.
35
-
-`/thread archive` Archive an active thread without marking it as solved.
36
-
-`/thread reopen` Reopen a thread that's been accidentally marked as solved.
37
-
38
-
- Stats: _Currently disabled_ commands which let you see how many cookies‡ a user has and the server leaderboard.
39
-
<spanstyle="margin-inline-start: 4ch; font-size: 0.8em;">‡ internet points for solving threads, not the evil tracking ones</small>
33
+
- Stats: _Currently disabled_ commands which let you see how many cookies‡ a user has and the server leaderboard.
34
+
<spanstyle="margin-inline-start: 4ch; font-size: 0.8em;">‡ internet points for solving threads, not the evil tracking ones</small>
40
35
41
36
# Stack
42
37
43
38
Click on the links below to view the documentation on the different parts of the bot's tech stack:
0 commit comments