Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/a8b1/discordjs-handler
a discord bot handler
https://github.com/a8b1/discordjs-handler
discord-js discordjs discordjs-template discordjs-typescript djs djs-handler djs-v14
Last synced: about 1 month ago
JSON representation
a discord bot handler
- Host: GitHub
- URL: https://github.com/a8b1/discordjs-handler
- Owner: a8b1
- Created: 2024-08-07T20:46:43.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-12-03T07:28:11.000Z (about 1 month ago)
- Last Synced: 2024-12-03T20:09:09.907Z (about 1 month ago)
- Topics: discord-js, discordjs, discordjs-template, discordjs-typescript, djs, djs-handler, djs-v14
- Language: TypeScript
- Homepage:
- Size: 101 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Hi, Sup
I made this cool repo / code for [djs](https://discord.js.org) bots. Lemme know if i need to change anything by creating an issue in this page. Thanks!
# To start
edit the `.example.env` into `.env` and fill all the values.- Discord Developer Portal - https://discord.com/developers/applications
- MongoDB :
- Online Server : https://www.mongodb.com/
- Community Server (Localhost) : https://www.mongodb.com/try/download/community
after doing all these, do `npm run dev` for development purpose or `npm run build` and `npm run start`. Hoorayy!!