Skip to content
This repository was archived by the owner on Feb 21, 2025. It is now read-only.

Commit 1fa99ce

Browse files
chore(release): 1.1.0 [skip ci]
# [1.1.0](v1.0.1...v1.1.0) (2021-10-05) ### Bug Fixes * **dyte.ts:** remove unused await ([7888be0](7888be0)) * **env:** removed unused variables from .env ([b7a3c7c](b7a3c7c)) * **send command:** if content does not exist, do not crash the bot, send appropriate message ([6689101](6689101)) ### Features * **announce:** added basic $announce command functionality, to be changed to accept args ([8e59c51](8e59c51)) * **commands:** added command $send to send messages as the bot to any channel ([da2f120](da2f120)) * **roles:** commands can now filter by roles ([8c85fd4](8c85fd4)) skip-checks: true
1 parent 6df5dab commit 1fa99ce

File tree

3 files changed

+19
-3
lines changed

3 files changed

+19
-3
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
# [1.1.0](https://github.com/dyte-in/discord-bot/compare/v1.0.1...v1.1.0) (2021-10-05)
2+
3+
4+
### Bug Fixes
5+
6+
* **dyte.ts:** remove unused await ([7888be0](https://github.com/dyte-in/discord-bot/commit/7888be0cfd9313948c46d60b43b6e2b561620cc9))
7+
* **env:** removed unused variables from .env ([b7a3c7c](https://github.com/dyte-in/discord-bot/commit/b7a3c7c4e8ffc8317ddbab597bbcd4f71fc348fc))
8+
* **send command:** if content does not exist, do not crash the bot, send appropriate message ([6689101](https://github.com/dyte-in/discord-bot/commit/66891016ce389389aad45eb65fad925b4d60d2e3))
9+
10+
11+
### Features
12+
13+
* **announce:** added basic $announce command functionality, to be changed to accept args ([8e59c51](https://github.com/dyte-in/discord-bot/commit/8e59c51b1efeceece5d37dfa9393d9f8ec7b49ce))
14+
* **commands:** added command $send to send messages as the bot to any channel ([da2f120](https://github.com/dyte-in/discord-bot/commit/da2f120335d1a8b6892187e27471a31a8680ef08))
15+
* **roles:** commands can now filter by roles ([8c85fd4](https://github.com/dyte-in/discord-bot/commit/8c85fd4826bb95b49e0248d5081e6fb95ec36105))
16+
117
## [1.0.1](https://github.com/dyte-in/discord-bot/compare/v1.0.0...v1.0.1) (2021-10-03)
218

319

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": "discord-bot",
3-
"version": "1.0.1",
3+
"version": "1.1.0",
44
"description": "<!-- PROJECT LOGO --> <p align=\"center\"> <a href=\"https://dyte.in\"> <img src=\"https://dyte-uploads.s3.ap-south-1.amazonaws.com/dyte-logo-dark.svg\" alt=\"Logo\" width=\"80\"> </a>",
55
"exports": "./dist/index.js",
66
"main": "./dist/index.js",

0 commit comments

Comments
 (0)