Sopur / Discord-user-bots

Working discord user bots library.
MIT License
81 stars 35 forks source link

How see messages from bots for me only #44

Closed CyberNinja2007 closed 1 year ago

CyberNinja2007 commented 1 year ago

Hello everyone, I need to see the messages from bots that are showing for me only. I've tried all the listeners, I think, but most of them are not even catching them. The only one listener that can see it is only chat_input_command, but it can't look into them and shows the empty content. Can someone help me?

CyberNinja2007 commented 1 year ago

Ok, I handeled with it with the message_edit, just had a bad code