Exiled-Team / DiscordIntegration

GNU General Public License v3.0
13 stars 37 forks source link

[SUGGESTION] Add client console command logging back #65

Closed growled closed 2 years ago

growled commented 2 years ago

Ever since a recent release of discord integration came out, client console logging through the RA command logs channel has been stopped logging. For us, we'd find it really beneficial to get client console logging back to see who's entering which commands as we have a custom plugin which is currently still quite buggy and we're trying to find out whether someone has initiated something or not which is quite hard without these logs.

I'm not sure whether removing these were intentional or not. If they weren't: is there a possibility of adding it back? If they were: is there a possibility of adding a bool to the config to set whether they show up or not?

Many thanks. I'm sorry if this isn't the right place to post this, I couldn't think of anywhere else.

growled commented 2 years ago

image

joker-119 commented 2 years ago

I already intend to re-add this, I have just been too busy to get to it. The reason it's not there now is EXILED itself no longer provides events for commands.

This will be re-added, but no ETA yet.