项目作者: mdcfe
项目描述 :
A JC3MP-Discord bridge
高级语言: JavaScript
项目地址: git://github.com/mdcfe/justcord-3.git
Justcord
A JC3MP server package to bridge your in-game chat with a Discord text channel!
Installation
- Make sure you have the chat package installed. It should have come with your server, or from the Nanos GitLab.
- Change directory to your server’s
packages
folder and do git clone https://github.com/md678685/justcord-3
. - Go to the new
justcord-3
folder and then run yarn install
or npm install
. - Create a new app on the Discord Developers site.
- Create a bot user after creating the app.
- Use this site to generate a link to add your bot to your guild, pasting your client ID from the previous step.
- Paste the token from step 5 into the
config.json
. - In Discord, turn on Developer Mode in User Settings > Appearance.
- Right-click on the channel you want to link and click Copy ID.
- Paste this ID into the
config.json
. - Launch the server and chat should now sync between Discord and your server!
Dependencies
Feedback and Contributing
Please submit issues and pull requests on the GitHub repo.
If you want to contribute (feel free, there’s a lot I want to add!):
- Fork the repo.
- Make your changes and commit them.
- Submit a PR on the GitHub repo.
If you want to report a bug or suggest a feature, just open a new issue on GitHub.
License
Justcord is released under the MIT license.