Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions resources/scripting/embeds.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,10 @@ You can use dynamic variables in your embeds to display user-specific informatio

If you want to add a new line to your description parameter, you can press `SHIFT` + `ENTER` to create a new line.

### How can I add another embed?

Use the `--add` flag followed by another embed to add an embed into the same message. Bare in mind Discord has a limit of **10** embeds per message.

### Why isn't my embed code working for some commands?

Some commands allow both raw text and embed code. Because of this, you'll need to specify if you're entering an embed. To do this, you'll need to begin your embed code with `{embed}$v` then proceed to write your embed code after as normal.
Expand Down
2 changes: 1 addition & 1 deletion security/honeypot.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ icon: "honey-pot"
Honeypots are a feature that allow you to set up "bait" channels. **Any account that sends a message in a honeypot channel will be automatically punished** based on your configuration. While this feature will punish anyone who types in the channel, it is specifically intended to catch compromised accounts or automated spammers who blindly send malicious messages to all channels.

<Note>
Users with the **Administrator** permission or a configured **Staff role** are exempt from honeypot punishments.
Users with the **Administrator** permission or a configured [**Staff role**](/security/moderation#setting-staff-roles) are exempt from honeypot punishments.
</Note>

<Callout icon="shield" color="#658A95" iconType="regular">
Expand Down
8 changes: 6 additions & 2 deletions security/moderation.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,10 @@ Upon completion of the setup, you'll notice a few new roles and channels in your

It's important to set the staff roles in your server to ensure that bleed can identify who has dangerous permissions. This is necessary for the `stripstaff` punishment to work.

Use the `,bind staff @role` command to set a role as a staff role, you would re-run the command if you don't want a role set as staff anymore.
Use the `,settings staff @role` command to set a role as a staff role, you would re-run the command if you don't want a role set as staff anymore.

<Tip>
You can view set staff roles with the `,bind staff list` command.
You can view set staff roles with the `,settings staff list` command.
</Tip>

<Frame>
Expand All @@ -63,6 +63,10 @@ The following moderation commands can be customized:

- `jail`, `kick`, `ban`, `tempban`, `softban`, `hardban`, `timeout` & `warn`.

<Warning>
You cannot customize the `hardban` direct message, instead it will be the `ban` direct message.
</Warning>

<Tip>
The `message` parameter can be raw text or an [embed](/resources/scripting/embeds) with dynamic [variables](/resources/scripting/variables).
</Tip>
Expand Down