#How can I log messages that use defer?
1 messages · Page 1 of 1 (latest)
You can just do not log the message for example if message.content is None and message.embeds is [] and message.author.bot is True
1 messages · Page 1 of 1 (latest)
I used defer in one command.
But here I ran into a problem.
My bot logged the deferred message that was not yet fully answered.
How can I wait until the deferred message is fully answered before logging it?
(I translated Korean into English using Google Translate.)
You can just do not log the message for example if message.content is None and message.embeds is [] and message.author.bot is True