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

Bot dont post stats plus it spam console with need support and that bigger message with should only be on start #6

Closed NotDemonix closed 2 years ago

NotDemonix commented 2 years ago

I use discord.js v13 so i had to edit sending (from ch.send(embed) to ch.send({ embeds: [embed] }) and messages.edit(embed) to messages.edit({ embeds: [embed] }) idk if code worked before but it dont now, what to do

HirziDevs commented 2 years ago

you can downgrade your discordjs package to v12 by using this command npm i discord.js@12.5.3 you can also use npm i command to install all package at package.json or you can try our friend pull request #5

NotDemonix commented 2 years ago

you can downgrade your discordjs package to v12 by using this command npm i discord.js@12.5.3 you can also use npm i command to install all package at package.json or you can try our friend pull request #5

I code the bot in v13 so i cant downgrade bcz rest of bot wont work

HirziDevs commented 2 years ago

you can just use the this repo files, edit the config, and type npm i?

NotDemonix commented 2 years ago

you can just use the this repo files, edit the config, and type npm i?

Bruh i code bot for one hosting and idk how to make ptero status. I code this bot on v13 and it dont only have status

HirziDevs commented 2 years ago

closing this issue, this issue fixed at our support server