Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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]"
}
```