[no description]
noping
bendn 4 weeks ago
parent 75d4d38 · commit e49891e
-rw-r--r--src/main.rs6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/main.rs b/src/main.rs
index 77a5fe5..f16a993 100644
--- a/src/main.rs
+++ b/src/main.rs
@@ -70,6 +70,12 @@ pub async fn spawn() {
"<@{}>",
new_message.author.id
))
+ .allowed_mentions(
+ CreateAllowedMentions::new(
+ )
+ .empty_roles()
+ .empty_users(),
+ )
.add_file(x),
),
)