Some simple $#!tty public codes for my bot My shitty bot written in JS :P
Also I don't know how to name something lol
fix my code if possible :D
Installing this shouldn't be that hard :P
First, rename the example.env
file to .env
file. Then put your bot token and your discord user ID in the required fields of the .env
file.
The main dependencies are the following:
For rest of the dependencies in package.json
, you can install them using the following:
$ npm install
Run it using this command:
$ node index.js
or by using this command:
$ npm start