From aaa856a7b93dc544e50f0374eaf97db9bf673658 Mon Sep 17 00:00:00 2001 From: Shashank Pandey Date: Fri, 16 Aug 2024 20:45:38 +0530 Subject: [PATCH] Updated docs for new user_id placeholder --- src/miscellaneous/placeholders.md | 1 + 1 file changed, 1 insertion(+) diff --git a/src/miscellaneous/placeholders.md b/src/miscellaneous/placeholders.md index a63efc7..61c807a 100644 --- a/src/miscellaneous/placeholders.md +++ b/src/miscellaneous/placeholders.md @@ -9,6 +9,7 @@ |Placeholder|Description | |--|--| | %user% | Mentions the user | +| %user_id% | Display the user's numeric ID | | %username% | Display the user's name | | %ticket_id% | Display the ticket's numeric ID | | %open_tickets% | Display the number of open tickets in the server |