https://github.com/briochie/heralda-plugin-base
The basic Heralda plugin class.
https://github.com/briochie/heralda-plugin-base
Last synced: about 1 year ago
JSON representation
The basic Heralda plugin class.
- Host: GitHub
- URL: https://github.com/briochie/heralda-plugin-base
- Owner: briochie
- Archived: true
- Created: 2018-09-04T16:10:45.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-09-07T18:29:07.000Z (almost 8 years ago)
- Last Synced: 2025-03-04T05:43:35.030Z (over 1 year ago)
- Language: JavaScript
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Heralda, the helpful Discord Herald Bot
Heralda is a chat bot that announces the arrival of new users to voice channels in Discord. She uses voicerss.org to retrieve text-to-speech voice clips, which she then plays in the voice channel.
## This Component
This is the basis for one of Heralda's plugins, which is what gives her the basic functions she can perform. Extending this class, you can easily create your own packages, and use NPM to install them. Heralda will automatically detect any installed packages, and attempt to initialize them upon a successful login.