node-red-contrib-discord-status
v0.2.5
Published
Change Discord custom status with Node-RED
Downloads
10
Maintainers
Readme
How to install
Run this in your ~/.node-red
npm install node-red-contrib-discord-status
Introduction
Description
This node use Discord API to change your account status with node-red instead of Discord app.
- Input: Custom status, pre-defined status <online/idle/dnd/invisible>, emoji
- Output: Status responed from Discord
Prequisite
Login your Discord, do the capcha and accept the IP address authorization email manually
Supports:
- Node.js v 11.15.x
- Node-Red v 1.0.5
How to use:
- Create flow and add this node between an inject node and a debug node.
- Edit Discord Config node with your Discord login credentials.
- Select required fields.
- Inject and your Discord activity status will be changed, can check your new status in "debug" node.