* changing delay by duration for slow mode options
* better labels
This commit is contained in:
John Livingston
2024-02-16 15:16:44 +01:00
parent 1e876ec43c
commit 3d9237624d
13 changed files with 60 additions and 57 deletions

View File

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