- 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, andbot permissions
related to messages).
- 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'
- 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).