diff --git a/resources/scripting/embeds.mdx b/resources/scripting/embeds.mdx
index d1fcb4e..3b50b6d 100644
--- a/resources/scripting/embeds.mdx
+++ b/resources/scripting/embeds.mdx
@@ -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.
diff --git a/security/honeypot.mdx b/security/honeypot.mdx
index 95ec953..5230c62 100644
--- a/security/honeypot.mdx
+++ b/security/honeypot.mdx
@@ -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.
- 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.
diff --git a/security/moderation.mdx b/security/moderation.mdx
index bae8932..e3c4b15 100644
--- a/security/moderation.mdx
+++ b/security/moderation.mdx
@@ -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.
- You can view set staff roles with the `,bind staff list` command.
+ You can view set staff roles with the `,settings staff list` command.
@@ -63,6 +63,10 @@ The following moderation commands can be customized:
- `jail`, `kick`, `ban`, `tempban`, `softban`, `hardban`, `timeout` & `warn`.
+
+You cannot customize the `hardban` direct message, instead it will be the `ban` direct message.
+
+
The `message` parameter can be raw text or an [embed](/resources/scripting/embeds) with dynamic [variables](/resources/scripting/variables).