Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ayha1810/stoopidbot-djs
https://github.com/ayha1810/stoopidbot-djs
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/ayha1810/stoopidbot-djs
- Owner: AyHa1810
- Created: 2021-05-04T03:40:09.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-12-10T08:39:40.000Z (about 1 year ago)
- Last Synced: 2023-12-10T09:24:06.160Z (about 1 year ago)
- Language: JavaScript
- Size: 181 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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 lolfix my code if possible :D
## Install
Installing this shouldn't be that hard :PFirst, 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:
- [Node.js (v18.5+)](https://nodejs.org/)
- [Discord.js (v14.8+)](https://discord.js.org/)
- [dotenv](https://github.com/motdotla/dotenv)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```