HirziDevs / PteroStats

PteroStats is a Discord App that designed to check Pterodactyl or Pelican Panel stats and post it to your Discord server.
https://pterostats.znproject.my.id
MIT License
188 stars 112 forks source link

Issue with setting activity presence #23

Closed Destarianon closed 1 year ago

Destarianon commented 1 year ago

In the latest updates to discord.js activity presence has stopped working. I believe it's an issue where v14 now requires the type field to be an integer to match the ActivityType enum.

A quick edit to the ready.js event to just manually set the type to 3 (watching) had the desired results.

HirziDevs commented 1 year ago

I forgot to change to ActivityType enum when updating to v14, it should be fixed now thanks.