Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 6 days 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 (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-06-15T14:34:46.000Z (over 1 year ago)
- Last Synced: 2024-10-29T14:27:50.360Z (about 2 months ago)
- Topics: bot, discord, discord-bot, discord-js, discordjs, modmail
- Language: TypeScript
- Homepage: https://discord.gg/jawsh
- Size: 34.2 KB
- Stars: 2
- 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).
---
[![Discord](https://img.shields.io/discord/464247256648777738?label=Discord&logo=discord&logoColor=fff&style=for-the-badge)](https://discord.gg/jawsh)
![GitHub code size in bytes](https://img.shields.io/github/languages/code-size/wingio/jc-modmail?logo=github&logoColor=%23fff&style=for-the-badge)
![Line count](https://img.shields.io/tokei/lines/github/wingio/jc-modmail?logo=github&logoColor=%23fff&style=for-the-badge)
![GitHub top language](https://img.shields.io/github/languages/top/wingio/jc-modmail?style=for-the-badge)
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[![License: GPLv2](https://img.shields.io/badge/License-GPL%20v2-blue.svg?style=for-the-badge)](https://github.com/wingio/jc-modmail/blob/main/LICENSE)