A Discord bot for linking to Mojira tickets and various server moderation tasks.
Report Bug
·
Request Feature
MojiraBot was written by violine1101 for use with Node.js, first in a single JavaScript file and later in TypeScript. Its purpose is to link to Mojira tickets and provide information about them inside of Discord. It also provides some moderation tools.
If you want to tinker around with the project on your local PC, you can simply go ahead, clone the project and install needed dependecies with NPM.
git clone https://github.com/mojira/mojira-discord-bot.git
npm install
To run the bot, you need to run the following command:
npm run bot
This project depends on the following projects, thanks to every developer who makes their code open-source! ❤️
- TypeScript by Microsoft
- discord.js by a lot of talented people
- jira-connector by floralvikings
- moment by marwahaha
- log4js by csausdev
You're very welcome to contribute to this project! Please note that this project uses TypeScript ESLint to ensure consistent code, you can execute npm run lint
to fix lint warnings and errors automatically.
Please head over to bugs.mojang.com, search whether your bug is already reported and if not, create an account and click the red "Create" button on the top of the page.
Distributed under the GNU General Public License v3.0. See LICENSE.md
for more information.