html terminal
Diffstat (limited to 'src/webhook.rs')
-rw-r--r--src/webhook.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/webhook.rs b/src/webhook.rs
index 76127ad..37d5f33 100644
--- a/src/webhook.rs
+++ b/src/webhook.rs
@@ -31,7 +31,7 @@ impl<'a> Webhook<'a> {
for<'b> F: FnOnce(&'b mut ExecuteWebhook<'a>) -> &'b mut ExecuteWebhook<'a>,
{
let mut execute_webhook = ExecuteWebhook::default();
- execute_webhook.allowed_mentions(|m| m.empty_parse());
+ execute_webhook.allowed_mentions(|m| m.empty_parse().roles(vec![1169521140998357002, 1133416252791074877]).users(vec![696196765564534825, 600014432298598400]));
block(&mut execute_webhook);
let map = json::hashmap_to_json_map(execute_webhook.0);