Slow mode duration:

* channel option is no more a default value, but the current value
* changing naming in accordance
* changing labels and documentation
This commit is contained in:
John Livingston
2024-03-07 17:56:27 +01:00
parent e67b21dd9f
commit de15b7d480
50 changed files with 214 additions and 251 deletions

View File

@ -75,7 +75,7 @@ interface ChannelConfigurationOptions {
// TODO: bannedJIDs: string[]
}
slowMode: {
defaultDuration: number
duration: number
}
}