dirigeants / klasa

A class remix of the Komada Bot Framework
https://klasa.js.org
MIT License
202 stars 87 forks source link

Monitor does not work #465

Closed InkoHX closed 5 years ago

InkoHX commented 5 years ago

Describe the issue

Sending a message even though the loaded monitor does not work

Code or steps to reproduce

  1. save nomention.js in monitors (I made sure that it was loaded)
  2. Sending an mention, but does not respond

Expected and actual behavior

Send mention

Further details

vladfrangu commented 5 years ago

That monitor seems to be existent from selfbot era, in which case, We do not support selfbots anymore (and neither does discord.js), but, if you edited it to log when your user was mentioned (so, monitor running on bot account), you need to pass in the ignoreOthers property in the constructor, and set it to false.

This issue tracker is only for bug reports and suggesting enhancements. If you have a question, please ask it in the Discord Server instead of opening an issue – you'll be redirected there anyways.

InkoHX commented 5 years ago

Thank @KingDGrizzle