From fc55c44331d7edbf036cac7cede667e3c75d78f8 Mon Sep 17 00:00:00 2001 From: Matthew Flegg <88111643+matthewflegg@users.noreply.github.com> Date: Fri, 8 Apr 2022 00:46:56 +0000 Subject: [PATCH] added info cog to readme.md --- README.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/README.md b/README.md index 633dbee..83724ec 100644 --- a/README.md +++ b/README.md @@ -33,6 +33,7 @@ * **[Music Commands](#-music-commands)** * **[Role Commands](#-role-commands)** * **[Misc Commands](#-misc-commands)** +* **[Info Commands](#-info-commands)**

### 🔖 Help Commands @@ -182,6 +183,22 @@ Creates a poll that users can react with yes or no to.
> **~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.

## 🚀 Self Hosting