Skip to content

Commit

Permalink
Merge branch 'v1.2.0' of https://github.com/matthewflegg/bb-bot into …
Browse files Browse the repository at this point in the history
…v1.2.0
  • Loading branch information
v0idzdev committed Apr 8, 2022
2 parents 150e8a4 + fc55c44 commit 9f72be8
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@
* **[Music Commands](#-music-commands)**
* **[Role Commands](#-role-commands)**
* **[Misc Commands](#-misc-commands)**
* **[Info Commands](#-info-commands)**
<br><br>

### 🔖 Help Commands
Expand Down Expand Up @@ -182,6 +183,22 @@ Creates a poll that users can react with yes or no to.<br>
> **~twitch `streamer name`** or **/twitch `streamer name`**
Gets information about a Twitch stream if the streamer is currently streaming.

### 💡 Info Commands

❓ 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.

> **~joined `@member?`** or **/joined `@member?`**
Shows the join date of a member on a server. If no member is specified, it shows your join date.

> **~toprole `@member?`** or **/toprole `@member?`**
Shows a member's highest ranking role on a server. If no member is specified, it shows your top role.

> **~permissions | ~perms `@member?`** or **/permissions `@member?`**
Shows the permissions a member has on a server. If no member is specified, it shows your permissions.
<br><br>

## 🚀 Self Hosting
Expand Down

0 comments on commit 9f72be8

Please sign in to comment.