generated from nhcarrigan/template
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user