WIP - Dreams of being a Discord bot to help people and couples with mental health issues
Go to file
Skylar Grant 9f0781bf02
Initial commit
2023-05-24 19:00:38 -04:00
.github/workflows Initial commit 2023-05-24 19:00:38 -04:00
data Initial commit 2023-05-24 19:00:38 -04:00
modules Initial commit 2023-05-24 19:00:38 -04:00
slash-commands Initial commit 2023-05-24 19:00:38 -04:00
.dockerignore Initial commit 2023-05-24 19:00:38 -04:00
.env Initial commit 2023-05-24 19:00:38 -04:00
.eslintrc.json Initial commit 2023-05-24 19:00:38 -04:00
.gitignore Initial commit 2023-05-24 19:00:38 -04:00
Dockerfile Initial commit 2023-05-24 19:00:38 -04:00
README.md Initial commit 2023-05-24 19:00:38 -04:00
main.js Initial commit 2023-05-24 19:00:38 -04:00
package.json Initial commit 2023-05-24 19:00:38 -04:00

README.md

Discord Bot Template

This is a very basic Discord.js v14 bot template. This is meant to be an easy jumping-off point for quick bot creation without having to set up the basics every time.

Dependencies

  • dotenv
  • discord.js
  • fs (built in)