Skip to content

ILC-IT/gw2-discord-bot-psna-best-week

Repository files navigation

Notification example

Example notificaton

What does the bot do?

  • It sends a notification to IDCHANNEL on the best week number, day, hour to use psna tokens based on your desired dates.
  • You can customize Week number, day, hour and best map per week in the code. Info can be found at Fast Farming and gw2 wiki.
  • Slash command /week to return current week number (need the applications.commands scope authorized in the guild, and bot permissions related to messages).

Install

  • npm install
  • Create a file called .env with:
    • TOKEN=YOUR_DISCORD_BOT_TOKEN
    • IDCHANNEL='YOUR_CHANNEL_ID'
    • GUILD_ID='YOUR_SERVER_ID'
    • CLIENT_ID='BOT_ID'

Run bot

  • node .\deploy-commands.js (only once for registering slash commands in the guild or updating them)
  • npm run start

The bot is tested with discord.js v14 (requires Node v16.9.0 or higher).

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published