Skip to content

Commit a456dcf

Browse files
committed
chore(release): 3.1.0 πŸŽ‰
1 parent 8cdbdb0 commit a456dcf

File tree

4 files changed

+48
-12
lines changed

4 files changed

+48
-12
lines changed

β€ŽCHANGELOG.mdβ€Ž

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,31 @@
1+
# [3.1.0](https://github.com/h-projects/gasbot/compare/3.0.1...3.1.0) (2022-06-19)
2+
3+
4+
### Bug Fixes
5+
6+
* **commands:** return an error if it was thrown ([d5f075f](https://github.com/h-projects/gasbot/commit/d5f075f6954bed002a580ed7080ca1f3d10cdb65))
7+
* **detector:** return if the content only has whitespaces ([4be1a1f](https://github.com/h-projects/gasbot/commit/4be1a1f569809db33f63ae7dd7f23e0ed98adf29))
8+
* **detector:** return if there is no clean nickname ([9b358e4](https://github.com/h-projects/gasbot/commit/9b358e43a821f8fae93b6dd76120a377942d7ada))
9+
* **detector:** use displayName instead of nickname ([7dfebdd](https://github.com/h-projects/gasbot/commit/7dfebdd7b456a20875a737bc906ffd005e78acd7))
10+
* **info:** use correct invite link ([d472e4b](https://github.com/h-projects/gasbot/commit/d472e4bec9607702fdc57a6ef1b34ea5ab7dc0e4))
11+
* **logs:** handle messages over 1024 chars properly ([586059c](https://github.com/h-projects/gasbot/commit/586059c18da616f3eb73c26f2073c6899cebcb5f))
12+
* **messageUpdate:** handle partial fetching ([2794264](https://github.com/h-projects/gasbot/commit/2794264708c818ec2ffc00a1a4ac482016dfea53))
13+
* **prefix:** only check permissions when no prefix was provided ([6e90853](https://github.com/h-projects/gasbot/commit/6e908538e52fe1895223104b3ff78be46efaf5b4))
14+
15+
16+
### Features
17+
18+
* add `prefix` slash command ([8bdfb45](https://github.com/h-projects/gasbot/commit/8bdfb4566e21728df77ade84bfd6fd15f995135f))
19+
* add h slash command ([3095625](https://github.com/h-projects/gasbot/commit/30956258b87a749900b2c38d7b687908432bb70c))
20+
* add hromomento slash command ([f37c2d7](https://github.com/h-projects/gasbot/commit/f37c2d7d68a1fb15d84d32445e2d28d0c978cb4b))
21+
* add meme slash command ([bd613bc](https://github.com/h-projects/gasbot/commit/bd613bc1fbcce45752df250473c5b4ac5b149bbe))
22+
* add missing slash commands ([e07e35d](https://github.com/h-projects/gasbot/commit/e07e35df8f34f1d40f92224c6d794959621afb33))
23+
* add tank slash command ([e09b190](https://github.com/h-projects/gasbot/commit/e09b1900b10ffee568a7218ac746f1cf78d333d3))
24+
* command permissions v2 ([28021d2](https://github.com/h-projects/gasbot/commit/28021d207c1b7427dc652411a38d9c6092e80f4e))
25+
* **logs:** display detection level ([a6cc641](https://github.com/h-projects/gasbot/commit/a6cc6412315880c67b983d6b82371845290b415a))
26+
27+
28+
129
## [3.0.1](https://github.com/h-projects/gasbot/compare/3.0.0...3.0.1) (2021-10-15)
230

331

β€Žchangelog.jsonβ€Ž

Lines changed: 17 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,29 @@
11
{
2-
"version": "3.0.0",
2+
"version": "3.1.0",
33
"features": [
44
{
5-
"name": "Full Rewrite",
6-
"value": "The bot was fully rewritten from scratch"
5+
"name": "Fully Implemented Slash Commands",
6+
"value": "All commands are in Slash Commands too!"
77
},
88
{
9-
"name": "New loqo",
10-
"value": "The loqo and color was updated, it's a lot cleaner now!"
9+
"name": "DMs Support",
10+
"value": "You can now use (most) commands in DMs!"
1111
},
1212
{
13-
"name": "Slash Commands",
14-
"value": "Some commands are now in Slash Commands!\nSome of them even are in Context Menus πŸ‘€"
13+
"name": "No More Prefix Commands",
14+
"value": "Old prefix commands are now deprecated and will be removed soon. Make sure to use Slash Commands!"
1515
},
1616
{
17-
"name": "Buttons",
18-
"value": "Most commands now use buttons! This will make it a lot easier to use"
17+
"name": "Command Permissions v2",
18+
"value": "Moderation commands now use [Command Permissions v2](https://discord.com/blog/slash-commands-permissions-discord-apps-bots), which won't show Slash Commands to you if you don't have perms to use them"
19+
},
20+
{
21+
"name": "Improved `/meme`",
22+
"value": "You can now refresh the meme you qot by clickinq a sinqle button"
23+
},
24+
{
25+
"name": "Improvements and Buqfixes",
26+
"value": "The bot is a lot faster now and it no lonqer has certain problems"
1927
}
2028
]
2129
}

β€Žpackage-lock.jsonβ€Ž

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

β€Žpackage.jsonβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gasbot",
3-
"version": "3.0.1",
3+
"version": "3.1.0",
44
"description": "A bot to remove and protect you from the letter G.",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
Β (0)