discordx-ts / discordx

🤖 Create a discord bot with TypeScript and Decorators!
https://discordx.js.org
Apache License 2.0
621 stars 50 forks source link

[Feature]: please add the possibility of having rate limit warnings as ephemeral #732

Closed B0tis closed 2 years ago

B0tis commented 2 years ago

Feature?

please add the possibility to react with an Ephemeral Message for Rate Limits

Package

@discordx/utilities

drph4nt0m commented 2 years ago
  1. You can send ephemeral messages as simple message without embeds.
  2. Embeds are tricky case, you can't guarantee that the bot has embed permission in that channel. Plain text messages are the best. Even I wanted the ability to send embeds for rate limits warnings but i can't trust the user server permissions.
drph4nt0m commented 2 years ago

But I agree about the possibility of having rate limit warning as ephemeral.

B0tis commented 2 years ago

@drph4nt0m lol, forgot about that xD. For me it would be also enough to send limit warnings as ephemeral. I will adjust the title and description accordingly.

vijayymmeena commented 2 years ago

@VictoriqueMoe

VictoriqueMoe commented 2 years ago

I'll do this when I can, currently I'm very unwell, but as soon as I'm better. I'll add it