nyx

The first CODM discrod bot -- cath.exe Template
git clone https://codeberg.org/night0721/nyx
Log | Files | Refs | LICENSE

commit bb236bc12d7530ad6ab65bb8d37b902c74d9b3b6
parent bc346138dd82a4a1341d3a5d4bc64652effda8f8
Author: night0721 <[email protected]>
Date:   Sat, 12 Jun 2021 19:16:08 +0800

Good

Diffstat:
Aapp.json | 79+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Mpackage.json | 8+++++++-
2 files changed, 86 insertions(+), 1 deletion(-)

diff --git a/app.json b/app.json @@ -0,0 +1,79 @@ +{ + "name": "cath.exe - CODM Bot", + "description": "Host cath.exe through Heroku", + "keywords": ["cat", "cath", "codm", "discord", "discord bot"], + "repository": "https://github.com/night0721/cath.exe", + "env": { + "TOKEN": { + "description": "Bot Token from https://discord.com/developers/applications", + "value": "" + }, + "MONGO": { + "description": "MongoDB URI from https://mongodb.com/", + "value": "" + }, + "CLIENT_ID": { + "description": "Bot ID from https://discord.com/developers/applications", + "value": "" + }, + "CLIENT_SECRET": { + "description": "Client Secret from https://discord.com/developers/applications", + "value": "" + }, + "DMLogID": { + "description": "DM Log Webhook ID", + "value": "" + }, + "DMLogToken": { + "description": "DM Log Webhook Token", + "value": "" + }, + "CMDLogID": { + "description": "Command Log Webhook ID", + "value": "" + }, + "CMDLogToken": { + "description": "Command Log Webhook Token", + "value": "" + }, + "ReadyLogID": { + "description": "Ready Log Webhook ID", + "value": "" + }, + "ReadyLogToken": { + "description": "Ready Log Webhook Token", + "value": "" + }, + "ErrorLogID": { + "description": "Error Log Webhook ID", + "value": "" + }, + "ErrorLogToken": { + "description": "Error Log Webhook Token", + "value": "" + }, + "ServerLogID": { + "description": "Server Log Webhook ID", + "value": "" + }, + "ServerLogToken": { + "description": "Server Log Webhook Token", + "value": "" + }, + "PORT": { + "description": "Port for Heroku to use", + "value": "3000", + "required": false + }, + "REDIRECT": { + "description": "REDIRECT URL", + "value": "", + "required": false + } + }, + "buildpacks": [ + { + "url": "heroku/nodejs" + } + ] +} diff --git a/package.json b/package.json @@ -17,7 +17,13 @@ "type": "git", "url": "git+https://github.com/night0721/cath.git" }, - "keywords": [], + "keywords": [ + "cat", + "cath", + "codm", + "discord", + "discord bot" + ], "author": "Ń1ght#0001", "license": "ISC", "bugs": {