Skip to content

Commit

Permalink
Version 3.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
javis86 committed Sep 1, 2024
1 parent d91cc14 commit 78b2b27
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog\

## [Unreleased]
## 3.6.0
* Feature - Added DiscordCommandManager
* Feature - Added DiscordEventManager
* Feature - Added DiscordGuildManager
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ The [Wiki](https://github.com/Markoudstaal/node-red-contrib-discord-advanced/wik

## Nodes

node-red-contrib-discord-advanced gives you access to 10 nodes:
node-red-contrib-discord-advanced gives you access to 13 nodes:

* **discordMessage** is a node with no inputs and one output allowing you to receive notifications of incoming messages.
* **discordMessageManager** allows (embed) messages to be sent to either channels or privatly to user. It also allows for editing and deleting of (embed) messages.
Expand All @@ -43,9 +43,9 @@ node-red-contrib-discord-advanced gives you access to 10 nodes:
* **discordChannelName** allows you to change a channel's name.
* **discordMember** listens when a user joins or leaves a guild.
* **discordTyping** creates a 'bot is typing...' message on a channel.
* **discordEventManager** (unreleased)
* **discordGuildManager** (unreleased)
* **discordCommandManager** (unreleased)
* **discordEventManager** allows you to create, delete, and get info events.
* **discordGuildManager** allows you to get info about guilds and change name of of guilds.
* **discordCommandManager** allows you to create, update and delete global application commands and guild application commands.

## Changelog

Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "node-red-contrib-discord-advanced",
"version": "3.5.2",
"version": "3.6.0",
"description": "Recieve, send, edit, reply, react to and delete Discord messages, handle interactions and much more in Node-RED.",
"main": "discord/discord.js",
"scripts": {
Expand Down

0 comments on commit 78b2b27

Please sign in to comment.