Skip to content

Commit

Permalink
update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Leask committed Apr 21, 2024
1 parent 172a1c6 commit 57fa848
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/bot.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -833,7 +833,7 @@ const subconscious = [{
]), args: {
tts: {
type: 'string', short: 't', default: ON,
desc: `\`(${BINARY_STRINGS.join(', ')})\` Enable/Disable TTS.`,
desc: `\`(${BINARY_STRINGS.join(', ')})\` Enable/Disable TTS. Default \`${ON}\` except in groups.`,
validate: humanReadableBoolean,
},
},
Expand Down

0 comments on commit 57fa848

Please sign in to comment.