docs: wrap @everyone mention in codeblock (#1599)

This commit is contained in:
Almeida
2026-03-27 18:10:29 +02:00
committed by GitHub
parent 308308dfab
commit 0a514f68d9
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -616,7 +616,7 @@ export interface RESTGetAPIGuildMessagesSearchQuery {
*/
mentions_role_id?: Snowflake[];
/**
* Filter messages that do or do not mention @everyone
* Filter messages that do or do not mention `@everyone`
*/
mention_everyone?: boolean;
/**
+1 -1
View File
@@ -616,7 +616,7 @@ export interface RESTGetAPIGuildMessagesSearchQuery {
*/
mentions_role_id?: Snowflake[];
/**
* Filter messages that do or do not mention @everyone
* Filter messages that do or do not mention `@everyone`
*/
mention_everyone?: boolean;
/**
+1 -1
View File
@@ -616,7 +616,7 @@ export interface RESTGetAPIGuildMessagesSearchQuery {
*/
mentions_role_id?: Snowflake[];
/**
* Filter messages that do or do not mention @everyone
* Filter messages that do or do not mention `@everyone`
*/
mention_everyone?: boolean;
/**
+1 -1
View File
@@ -616,7 +616,7 @@ export interface RESTGetAPIGuildMessagesSearchQuery {
*/
mentions_role_id?: Snowflake[];
/**
* Filter messages that do or do not mention @everyone
* Filter messages that do or do not mention `@everyone`
*/
mention_everyone?: boolean;
/**