No description
- TypeScript 100%
| .github | ||
| src | ||
| .gitattributes | ||
| .gitignore | ||
| _.env | ||
| environment.d.ts | ||
| index.ts | ||
| LICENSE | ||
| package-lock.json | ||
| package.json | ||
| README.md | ||
| tsconfig.json | ||
PC Creator Discord Bot
The 3rd generation of the Bot used on the PC-Creator Discord Server
Authors
Environment Variables
To run this project, you will need to edit the following environment variables inside the .env file
DEV- To show Debug-Messages and load Commands fast but inefficientlyANTI_CRASH- Catch errors that could potentially brake the BotTOKEN- Your Discord Bot TokenCOMMAND_COOLDOWN- The cooldown of non-slash-commands in seconds. 0 is no cooldown.
Installation
Download NodeJS and install it.
Run Locally
Clone the project
git clone https://github.com/SleepyYui/PCC3v2.git
Go to the project directory
cd PCC3v2
Install the dependencies
npm i
Start the Bot
npm run start