Skip to content

Commit

Permalink
standup: removes requiered field for message
Browse files Browse the repository at this point in the history
en3sis committed Apr 11, 2024
1 parent 52d6232 commit 63d9678
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/commands/plugins.ts
Original file line number Diff line number Diff line change
@@ -131,9 +131,7 @@ module.exports = {
.setDescription('At what time the message will be sent (24h format). Example: 9, 21...')
.setRequired(true),
)
.addStringOption((option) =>
option.setName('message').setDescription('Message to be sent').setRequired(true),
)
.addStringOption((option) => option.setName('message').setDescription('Message to be sent'))
.addStringOption((option) =>
option.setName('role').setDescription('Role to mention in the message, example: @here'),
),

0 comments on commit 63d9678

Please sign in to comment.