No description
This repository has been archived on 2026-05-14. You can view files and clone it, but you cannot make any changes to its state, such as pushing and creating new issues, pull requests or comments.
  • TypeScript 100%
Find a file
2023-02-01 22:04:26 +01:00
.github Create dependabot.yml 2022-12-24 19:59:10 +01:00
src Update ban.ts 2023-01-03 18:21:02 +01:00
.gitattributes Initial commit 2022-12-23 19:35:44 +01:00
.gitignore Initial Commit 2022-12-24 19:50:35 +01:00
_.env Update _.env 2023-02-01 22:04:26 +01:00
environment.d.ts Add unban command | Improved DB error handling | slightly changed DB structure 2022-12-27 20:17:56 +01:00
index.ts Initial Commit 2022-12-24 19:50:35 +01:00
LICENSE Initial commit 2022-12-23 19:35:44 +01:00
package-lock.json add database | commands now loading, still not working 2022-12-25 15:40:52 +01:00
package.json add database | commands now loading, still not working 2022-12-25 15:40:52 +01:00
README.md Update README.md 2022-12-24 19:51:27 +01:00
tsconfig.json Initial Commit 2022-12-24 19:50:35 +01:00

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 inefficiently
  • ANTI_CRASH - Catch errors that could potentially brake the Bot
  • TOKEN - Your Discord Bot Token
  • COMMAND_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