Features:
- (string-)tags database
- Welcome channel functionality using newer discord bot features
- Hide most of the irrelevant gunk behind buttons
- Discord selects to select roles instead of the usual reactions system
- Discord API bot commands only
- Create a json
config.json
insrc/
, like this:
{
"token": "<your token>",
"clientId": "<your client Id>",
"guildIds": [
"id of server you're in"
]
}
npm run start:dev