Skip to content

Commit

Permalink
Merge pull request #88 from botlabs-gg/dev
Browse files Browse the repository at this point in the history
Dev
  • Loading branch information
amityadav-bst authored Dec 28, 2023
2 parents ef129f6 + ff9d2b7 commit 084d0d6
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 12 deletions.
4 changes: 2 additions & 2 deletions docs/embeds.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Name | Example | Usage
**embed** [channel] \<color> \<title> \| \<description><br><span class="user-permissions">Manage Server</span> | `!embed #welcome FF0000 Title \| Description` | Creates a simple embed with color, title and description.
**editembed** \<message id> \<title> \| \<description><br><span class="user-permissions">Manage Server</span> | `!editembed 32538901190123 Title \| Description` | Edits an embed sent by the bot in a message.
**cembed** [channel] \<JSON><br><span class="user-permissions">Manage Server</span> | `!cembed #welcome` | Creates a fully customized embed. Also accepts a Pastebin link.
**ecembed** \<message id> \<channel> \<JSON><br><span class="user-permissions">Manage Messages</span> | `!ecembed 31203123191 #welcome` | Edits any embed the bot has posted using the JSON or JSON source that follows the message ID and channel.
**ecembed** \<message id> \<channel> \<JSON><br><span class="user-permissions">Manage Server</span> | `!ecembed 31203123191 #welcome` | Edits any embed the bot has posted using the JSON or JSON source that follows the message ID and channel.
**embedsource** \<message id> [channel] | `!embedsource 9312838121123 #welcome` | Gets the raw JSON from an embed.
**embedunhide** \<message_id> [channel]<br><span class="user-permissions">Manage Server</span> | `!embedunhide 123456789` | Unhides a previously closed embed.

Expand All @@ -20,7 +20,7 @@ Name | Example | Usage
**embed create** \<color> \<text> [channel]<br><span class="user-permissions">Manage Server</span> | `/embed create FF0000 Title \| Description #welcome` | Creates a simple embed with color, title and description.
**embed edit** \<message id> \<text><br><span class="user-permissions">Manage Server</span> | `/embed edit 32538901190123 Title \| Description` | Edits an embed sent by the bot in a message.
**embed custom** \<JSON> [channel]<br><span class="user-permissions">Manage Server</span> | `/embed custom #welcome` | Creates a fully customized embed. Also accepts a Pastebin link.
**embed editcustom** \<message id> \<JSON> \<channel><br><span class="user-permissions">Manage Messages</span> | `/embed editcustom 31203123191 #welcome` | Edits any embed the bot has posted using the JSON or JSON source that follows the message ID and channel.
**embed editcustom** \<message id> \<JSON> \<channel><br><span class="user-permissions">Manage Server</span> | `/embed editcustom 31203123191 #welcome` | Edits any embed the bot has posted using the JSON or JSON source that follows the message ID and channel.
**embed source** \<message id> [channel] | `/embed source 9312838121123 #welcome` | Gets the raw JSON from an embed.
**embed unhide** \<message_id> [channel]<br><span class="user-permissions">Manage Server</span> | `/embed unhide 123456789` | Unhides a previously closed embed.

Expand Down
4 changes: 2 additions & 2 deletions docs/fun.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ Name | Example | Usage
<!-- tab:Prefix Commands -->
Name | Example | Usage
---------------- | ----------------- | -----------------------------------------------------------------------------
**echo** [channel] \<message><br><span class="user-permissions">Manage Messages</span> | `!echo #general Welcome guys` | Makes the bot post the message in the mentioned channel or the channel the command was used in.
**echo** [channel] \<message><br><span class="user-permissions">Manage Server</span> | `!echo #general Welcome guys` | Makes the bot post the message in the mentioned channel or the channel the command was used in.
[**pick**\|**choice**\|**select**] <choices...> | `!choose go to sleep, play game` | Picks one of your specified arguments. Use commas for multiple choices.
[**ud**\|**urbandictionary**] \<word> | `!ud rizz` | Returns the UrbanDictionary definition for your word. Can only be used in NSFW channels.
**roll** [lower=1]-[upper=100] | `!roll 100-1100` | Random number generation. Providing only one number will change the upper limit.
Expand All @@ -77,7 +77,7 @@ Name | Example | Usage
<!-- tab:Slash Commands -->
Name | Example | Usage
---------------- | ----------------- | -----------------------------------------------------------------------------
**echo** \<message> [channel]<br><span class="user-permissions">Manage Messages</span> | `/echo Welcome guys #general` | Makes the bot post the message in the mentioned channel or the channel the command was used in.
**echo** \<message> [channel]<br><span class="user-permissions">Manage Server</span> | `/echo Welcome guys #general` | Makes the bot post the message in the mentioned channel or the channel the command was used in.
**fun pick** \<sentence> | `/fun pick go to sleep, play game` | Picks one of your specified arguments. Use commas for multiple choices.
**fun urbandictionary** \<word> | `/fun urbandictionary rizz` | Returns the UrbanDictionary definition for your word. Can only be used in NSFW channels.
**fun coinflip** | `/fun coinflip` | Flips a coin.
Expand Down
4 changes: 2 additions & 2 deletions docs/moderation.md
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ Name | Example | Usage
**purge** [mentions\|pings] [search=100]<br><span class="user-permissions">Manage Server</span> | `!purge pings 25` | Purges messages containing pings.
**purge** [human\|humans] [search=100]<br><span class="user-permissions">Manage Server</span> | `!purge human 13` | Purges messages except those by bots.
**purge reactions** [search=100]<br><span class="user-permissions">Manage Server</span> | `!purge reactions` | Removes all reactions from messages.
**cleanup** [search=100]<br><span class="user-permissions">Manage Messages</span> | `!cleanup 8` | Purges messages sent by @Carl-bot.
**cleanup** [search=100]<br><span class="user-permissions">Manage Server</span> | `!cleanup 8` | Purges messages sent by @Carl-bot.

<!-- tab:Slash Commands -->
Name | Example | Usage
Expand All @@ -165,6 +165,6 @@ Name | Example | Usage
**purge mentions** \<count><br><span class="user-permissions">Manage Server</span> | `/purge mentions 25` | Purges messages containing pings.
**purge human** \<count><br><span class="user-permissions">Manage Server</span> | `/purge human 13` | Purges messages except those by bots.
**purge reactions** [count]<br><span class="user-permissions">Manage Server</span> | `/purge reactions` | Removes all reactions from messages.
**moderation cleanup** [count]<br><span class="user-permissions">Manage Messages</span> | `/moderation cleanup 8` | Purges messages sent by @Carl-bot.
**moderation cleanup** [count]<br><span class="user-permissions">Manage Server</span> | `/moderation cleanup 8` | Purges messages sent by @Carl-bot.

<!-- tabs:end -->
12 changes: 6 additions & 6 deletions docs/utilities.md
Original file line number Diff line number Diff line change
Expand Up @@ -144,8 +144,8 @@ Name | Example | Usage
[**i**\|**info**] [member] | `!i @Carl-bot` | Returns the specified user's name, avatar link, roles, ID, creation date, server join date and some cool related information.
**avatar** [member] [avatar_type=server] | `!avatar @Carl-bot global` | Shows the avatar of a mentioned user or yourself if you don't. If avatar_type is global then it will show the global avatar otherwise it defaults to server avatar if available.
**serverinfo** | `!serverinfo` | Displays server information.
**youngest** [count=5]<br><span class="user-permissions">Manage Messages</span> | `!youngest 10` | Ranks up to 25 members by account creation.
**oldest** [count=5]<br><span class="user-permissions">Manage Messages</span> | `!oldest 15` | Ranks up to 25 members by account creation.
**youngest** [count=5]<br><span class="user-permissions">Manage Server</span> | `!youngest 10` | Ranks up to 25 members by account creation.
**oldest** [count=5]<br><span class="user-permissions">Manage Server</span> | `!oldest 15` | Ranks up to 25 members by account creation.
[**newmembers**\|**newusers**] [count=5]<br><span class="user-permissions">Manage Server</span> | `!newusers 10` | Ranks up to 25 members by server join date.
[**oldmembers**\|**oldusers**] [count=5]<br><span class="user-permissions">Manage Server</span> | `!oldusers 15` | Ranks up to 25 members by server join date.

Expand All @@ -155,8 +155,8 @@ Name | Example | Usage
**members info** [member] | `/members info @Carl-bot` | Returns the specified user's name, avatar link, roles, ID, creation date, server join date and some cool related information.
**avatars** [user] [global] | `/avatars @Carl-bot true` | Shows the avatar of a mentioned user or yourself if you don't. If global is set true then it will show the global avatar otherwise it defaults to server avatar if available.
**stats serverinfo** | `/stats serverinfo` | Displays server information.
**members youngest** [count=5]<br><span class="user-permissions">Manage Messages</span> | `/members youngest 10` | Ranks up to 25 members by account creation.
**members oldest** [count=5]<br><span class="user-permissions">Manage Messages</span> | `/members oldest 15` | Ranks up to 25 members by account creation.
**members youngest** [count=5]<br><span class="user-permissions">Manage Server</span> | `/members youngest 10` | Ranks up to 25 members by account creation.
**members oldest** [count=5]<br><span class="user-permissions">Manage Server</span> | `/members oldest 15` | Ranks up to 25 members by account creation.
**members newusers** [count=5]<br><span class="user-permissions">Manage Server</span> | `/members newusers 10` | Ranks up to 25 members by server join date.
**members oldusers** [count=5]<br><span class="user-permissions">Manage Server</span> | `/members oldusers 15` | Ranks up to 25 members by server join date.

Expand All @@ -169,13 +169,13 @@ Name | Example | Usage
<!-- tab:Prefix Commands -->
Name | Example | Usage
---------------- | ----------------- | -----------------------------------------------------------------------------
**poll** \<question> [choices]<br><span class="user-permissions">Manage Messages</span> | `!poll is this nice?` | Creates a thumbs up-down poll where users vote with reactions.
**poll** \<question> [choices]<br><span class="user-permissions">Manage Server</span> | `!poll is this nice?` | Creates a thumbs up-down poll where users vote with reactions.
**quickpoll** \<question_and_choices><br><span class="user-permissions">Manage Messages</span> | `!quickpoll is this nice?, yes, no` | Creates a poll with question and answers. Use `\|` or `,` to separate the question and answers.

<!-- tab:Slash Commands -->
Name | Example | Usage
---------------- | ----------------- | -----------------------------------------------------------------------------
**poll** \<question> [choices]<br><span class="user-permissions">Manage Messages</span> | `/poll is this nice?` | Creates a thumbs up-down poll where users vote with reactions. Use `\|` or `,` to separate the question and answers.
**poll** \<question> [choices]<br><span class="user-permissions">Manage Server</span> | `/poll is this nice?` | Creates a thumbs up-down poll where users vote with reactions. Use `\|` or `,` to separate the question and answers.

<!-- tabs:end -->

Expand Down

0 comments on commit 084d0d6

Please sign in to comment.