We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5a664c7 commit d917f46Copy full SHA for d917f46
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "soni-bot",
3
- "version": "7.1.0",
+ "version": "7.2.0",
4
"description": "A lightweight toolkit bot for small Discord communities.",
5
"scripts": {
6
"dev": "cross-env-shell NODE_ENV=development bun run src/main.ts",
src/responses/changelog.json
@@ -3,7 +3,11 @@
"version": "7.2.0",
"changes": [
- "Added `/balls` command"
+ "Added `/balls` command",
7
+ "Renamed the `/reminder remove` command to `/reminder delete`",
8
+ "Now says which reminder is updated when updating the due time of a reminder",
9
+ "Improved the grammatical quality of the `/joke` command",
10
+ "Updated internal libraries"
11
]
12
},
13
0 commit comments