-
-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
18 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
# Discord Bots | ||
|
||
Dungeon Church currently has two bots: *The Deacon* which is Node-Red, and *The Penitent* which is [Red](https://github.com/Cog-Creators/Red-DiscordBot). | ||
|
||
## Node-Red | ||
* [node-red-contrib-discord-advanced](https://github.com/Markoudstaal/node-red-contrib-discord-advanced) | ||
* [node-red-contrib-discord-alternative](https://github.com/eslym/node-red-discord-alternative/) | ||
|
||
I have not figured out a way to generate events in Node-Red for role changes with these nodes. | ||
|
||
## Red | ||
* [rolenotify](https://cogs.yamikaitou.dev/rolenotify.html) | ||
|
||
I use this to detect role changes, then send a message to a `#bot-relay` channel on Discord that *The Deacon* is watching. Those messages trigger my automations in Node-Red. | ||
|
||
## Old Config | ||
|
||
During pandemic, I set up some [Defender + Warden](https://github.com/Twentysix26/26-Cogs) automations for the server which are archived here. |