feat: add /remind command for meeting notifications

Adds an owner-only slash command that sends a meeting waiting room
notification to a specified Discord user in the general channel.
This commit is contained in:
2026-03-12 22:12:39 -07:00
parent 8f2cd94c82
commit f61ea3b3cb
3 changed files with 79 additions and 0 deletions
+13
View File
@@ -61,6 +61,19 @@
}
]
},
{
"name": "remind",
"type": 1,
"description": "Sends a meeting reminder notification to the specified user.",
"options": [
{
"name": "user",
"description": "The user to send the meeting reminder to.",
"type": 6,
"required": true
}
]
},
{
"name": "Forward to Naomi",
"type": 3