We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de07d2c commit 9271e7bCopy full SHA for 9271e7b
README.md
@@ -10,21 +10,23 @@ Originally forked from [Seina-Cogs](https://github.com/japandotorg/Seina-Cogs) a
10
11
## 🔧 Installation
12
13
-> Replace `[p]` with your bot’s command prefix.
+#### Replace `[p]` with your bot’s command prefix.
14
15
```bash
16
[p]load downloader
17
[p]repo add botagas-Cogs https://github.com/botagas/botagas-Cogs
18
[p]cog install botagas-Cogs <cogname>
19
[p]load <cogname>
20
```
21
-> View, enable and sync slash commands
+#### View, enable and sync slash commands
22
23
24
[p]slash list
25
[p]slash enablecog <cog>
26
[p]slash sync
27
28
+> [!NOTE]
29
+> You may need to restart your Discord client to see the newly added slash commands.
30
31
---
32
0 commit comments