https://github.com/vertikarl/hahnrich-discord
Discord Plugin for my bot Hahnrich
https://github.com/vertikarl/hahnrich-discord
Last synced: 4 months ago
JSON representation
Discord Plugin for my bot Hahnrich
- Host: GitHub
- URL: https://github.com/vertikarl/hahnrich-discord
- Owner: vertiKarl
- Created: 2025-01-20T21:13:15.000Z (5 months ago)
- Default Branch: master
- Last Pushed: 2025-01-21T19:53:14.000Z (5 months ago)
- Last Synced: 2025-01-21T20:33:03.695Z (5 months ago)
- Language: TypeScript
- Homepage:
- Size: 18.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Discord Plugin for Hahnrich
## Build Instructions
1. Clone this repo:
`git clone https://github.com/vertiKarl/Hahnrich-Discord`2. Clone the Hahnrich repo into this one:
`git clone https://github.com/vertiKarl/Hahnrich`3. Rename folder to hahnrich (lowercase) (will fix in future update)
4. Install dependencies
`yarn install`5. Build the plugin
`yarn build`6. Profit!
The finished build will be found in the folder dist. To use simply copy it into the Plugins folder in your Hahnrich installation or symlink to it for efficient development!