You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Removed remindmeMaxTimeStringLength, documentation is added right below the only usage
- Removed licenseInfoCooldown, the number is now already calculated (1000 x 60 x 30 = 1800000) and documentation is added right below the only usage
- Removed maxSafeMessageLength as there is no easy way to guarantee that message markdown characters won't be split into different messages. Default (1950) is used instead.
- Bumped version to v2.3.0-beta.5
- Added missing command variations into README.md
Copy file name to clipboardExpand all lines: README.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -18,7 +18,7 @@ The prefix is `/`.
18
18
*`(source|github|repo|repository)` : Get information about ChillBot's source code repository.
19
19
*`stop` : Stop the bot. This command is only available for developers of ChillBot.
20
20
*`restart` : Restart the bot in a new instance of Node.js. This command is only available for developers of ChillBot.
21
-
*`(osslicenses|opensourcelicenses)` : Get licenses information and notices about ChillBot's dependencies, used tools and JavaScript runtime.
21
+
*`(osslicenses|osslicences|opensourcelicenses|opensourcelicences)` : Get licenses information and notices about ChillBot's dependencies, used tools and JavaScript runtime.
22
22
*`(changes|changelog|changelogs) [tagName]` : Get changelog for the latest release. If "tagName" is present and corresponds to a release, get the changelog for the specific release.
23
23
*`invite` : Get the link to invite ChillBot to a server.
0 commit comments