Skip to content

Latest commit

 

History

History
executable file
·
26 lines (19 loc) · 790 Bytes

README.md

File metadata and controls

executable file
·
26 lines (19 loc) · 790 Bytes

StoopidBot-djs

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

Install

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.

Dependencies

The main dependencies are the following:

For rest of the dependencies in package.json, you can install them using the following:
$ npm install

Run

Run it using this command:
$ node index.js
or by using this command:
$ npm start