You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
I would like to log admin commands to Discord for DiscordLink, but there is no way to know when the admin_command log is written to or when the command itself gets invoked.
Describe the solution you'd like
A callback when a command is executed with parameters for who invoked the command, the command level (user, admin etc), the name of the command and the parameters used.
Describe alternatives you've considered
If the log writer could have a callback, that would work well enough.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
I would like to log admin commands to Discord for DiscordLink, but there is no way to know when the admin_command log is written to or when the command itself gets invoked.
Describe the solution you'd like
A callback when a command is executed with parameters for who invoked the command, the command level (user, admin etc), the name of the command and the parameters used.
Describe alternatives you've considered
If the log writer could have a callback, that would work well enough.
The text was updated successfully, but these errors were encountered: