We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 586e83b commit 6ec41c3Copy full SHA for 6ec41c3
.changes/add-more-commands.md
CHANGELOG.md
@@ -1,5 +1,10 @@
1
# Changelog
2
3
+## \[0.2.1]
4
+
5
+- Added /slap and /punch otakugif commands.
6
+ - [21d5d3a](https://github.com/SSPS-KB/workshop-bot/commit/21d5d3abf76ed0730f2671f529c02d1bc0faa581) feat: add slap and punch commands on 2023-02-07
7
8
## \[0.2.0]
9
10
- Added reaction roles interaction handler.
Cargo.toml
@@ -2,7 +2,7 @@ lib = { }
[package]
name = "workshop-bot"
-version = "0.2.0"
+version = "0.2.1"
edition = "2021"
publish = false
0 commit comments