https://github.com/wingio/jc-modmail
General utility bot for discord.gg/jawsh
https://github.com/wingio/jc-modmail
bot discord discord-bot discord-js discordjs modmail
Last synced: about 1 year ago
JSON representation
General utility bot for discord.gg/jawsh
- Host: GitHub
- URL: https://github.com/wingio/jc-modmail
- Owner: wingio
- License: gpl-2.0
- Created: 2022-08-01T20:25:16.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2023-06-15T14:34:46.000Z (almost 3 years ago)
- Last Synced: 2025-02-09T08:43:02.524Z (over 1 year ago)
- Topics: bot, discord, discord-bot, discord-js, discordjs, modmail
- Language: TypeScript
- Homepage: https://discord.gg/jawsh
- Size: 34.2 KB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ModMail
General utility bot for the Jawsh [discord server](https://discord.gg/jawsh).
---
[](https://discord.gg/jawsh)



Running Instructions
---
***Prerequesits: Node.js v15+, MongoDB***
1. Run `git clone https://github.com/wingio/jc-modmail` in a directory of your choosing.
2. Install dependencies with the package manager of your choice.
* npm: `npm i`
* pnpm: `pnpm i`
* Yarn: `yarn add`
3. Start the bot!
* npm: `npm run start`
* pnpm: `pnpm start`
* Yarn: `yarn run start`
License
---
ModMail is licensed under the GNU General Public License v2.0
[](https://github.com/wingio/jc-modmail/blob/main/LICENSE)