Once the bot is running and connected to your Discord channel and database you can use the following commands:
* &wednesday: Messages you if it is wednesday my dude
Also there is a cron configured on the Ready event. So every time it's Wednesday, the bot is going to tell you automatically
Learn how to create a Discord bot and get a valid token here.
This bot needs the following permissions:
- Manage Channels
- View Channels
- Attach Files
- Send Messages
- Clone to your local computer using
git
. - Make sure you have Node installed; see instructions here.
- Make also sure that you have MongoDB installed; see instructions here.
- Create a copy of the
.env.example
file named.env
found in./src/config/.env.example
and replace the placeholders with your bot token and MongoDB credentials - Run
npm install
to install all dependencies - Run
npm run dev
to start your server asdevelopment
environment ornpm run start
forproduction
- fork and clone this repository
- Make a new branch using
git checkout -b change/username
- Commit the desired changes to that branch
- Sign off your commits using
git commit -s -m w/signoff
- Push your changes to the branch and open a pull request
Tomas Sirio |
Guieiras |
Shubheshdwivedi |