DiscordJS bot that counts down until the new year starts!
- /countdown
- Clone repository. The bot's code can be found within the /srv/ folder.
git clone https://github.com/Joshwgaming/New-Year-Countdown-Bot
- Configure the bot in
config.json
:{ "botToken": "bot token", "prefix": "!", "guildId": "primary guild id", "clientId": "client id", "authorID": "your id", "activityMessage": "/countdown'" }
- Install the required npm modules:
npm install
- Start your bot:
node index.js
- Once started, you should see
... successfully logged in.
in your terminal. - Use !countdown to see how long until the new year!