interlock-network / bouncer

Discord bot to scan & neutralize malicious links
GNU General Public License v3.0
5 stars 0 forks source link

Log when unauthorized users attempt to invoke Bouncer commands #176

Closed DecentralizedDan closed 1 year ago

DecentralizedDan commented 2 years ago

Log to #bouncer-log when an unauthorized user attempts to use a bouncer command

jmercouris commented 2 years ago

Do the usage of slash commands allow for this granularity?

nathan-jungels commented 2 years ago

@jmercouris - I would recommend catching the attempt via on_message event. Perhaps using a generated tree of slash commands from the existing bot.

DecentralizedDan commented 1 year ago

irrelevant with slash commands