Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lewdferret/lewdferret-modtools
https://github.com/lewdferret/lewdferret-modtools
discord discord-bot discord-js tools utilities utility
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/lewdferret/lewdferret-modtools
- Owner: LewdFerret
- License: mit
- Created: 2024-06-21T19:37:06.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-06-30T00:35:33.000Z (6 months ago)
- Last Synced: 2024-06-30T11:00:45.139Z (6 months ago)
- Topics: discord, discord-bot, discord-js, tools, utilities, utility
- Language: TypeScript
- Homepage:
- Size: 47.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# LewdFerret Mod Tools
A little bot I set up for my discord server. (not public yet)## Setup
If you don't have typescript installed run:
```bash
npm i typescript -g
```
Then install everything by running:
```bash
npm i
```Create a directory called 'data'
Create a config.json file, in the data directory, with the following format:
```json
{
"token": "[YOUR TOKEN]",
"client_id": "[YOUR CLIENT ID]",
"mod_role_id": "[YOUR MOD_ROLE_ID]",
"guild_id": "[YOUR GUILD ID]",
"error_channel_id": "[YOUR ERROR CHANNEL ID]"
}
```