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
+17Lines changed: 17 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -33,6 +33,7 @@
33
33
***[Music Commands](#-music-commands)**
34
34
***[Role Commands](#-role-commands)**
35
35
***[Misc Commands](#-misc-commands)**
36
+
***[Info Commands](#-info-commands)**
36
37
<br><br>
37
38
38
39
### 🔖 Help Commands
@@ -182,6 +183,22 @@ Creates a poll that users can react with yes or no to.<br>
182
183
> **~twitch `streamer name`** or **/twitch `streamer name`**
183
184
184
185
Gets information about a Twitch stream if the streamer is currently streaming.
186
+
187
+
### 💡 Info Commands
188
+
189
+
❓ Just like misc commands, we're also testing out **[slash commands](https://support.discord.com/hc/en-us/articles/1500000368501-Slash-Commands-FAQ)** for this category.
190
+
191
+
> **~joined `@member?`** or **/joined `@member?`**
192
+
193
+
Shows the join date of a member on a server. If no member is specified, it shows your join date.
194
+
195
+
> **~toprole `@member?`** or **/toprole `@member?`**
196
+
197
+
Shows a member's highest ranking role on a server. If no member is specified, it shows your top role.
198
+
199
+
> **~permissions | ~perms `@member?`** or **/permissions `@member?`**
200
+
201
+
Shows the permissions a member has on a server. If no member is specified, it shows your permissions.
0 commit comments