Androz2091 / discord-logs

📝Framework that simplify the usage of advanced Discord logs
238 stars 22 forks source link

messagePinned Only emits for messages sent after the client is logged in. #105

Closed milanmdev closed 3 years ago

milanmdev commented 3 years ago

messagePinned Only emits for messages sent after the client is logged in. It should also emit for messages sent before the client logs in.

Example:

Message A is sent before the client logged in. The bot logs in and a user pins Message A. The bot does nothing with that pinned message.

The bot logs in. Message A is sent. Message A is pinned & emitted.

xhyrom commented 3 years ago

Add partials MESSAGE to new Client

Androz2091 commented 3 years ago

Yes @xHyroM is right