We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Utility or complex functionality issue
Just need to change the logging in the scamLogs handler to make it clearer that it is from scam logs
Logger.info('Starting Infraction process'); const newInfraction = { infractionType: 'ScamLog', moderatorID: msg.client.user.id, reason: `Message content: ${msg.content.toString()}`, date: new Date(), infractionID: new mongoose.Types.ObjectId(), }; let userData = await Infraction.findOne({ UserID: msg.author.id }); log(userData);
For example, just prefix with scamLogs
(Other commands may benefit from this, I just saw this when flicking through logs)
Prefix the logs
Run the command and check logs
No response
benw8484
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Bug type
Utility or complex functionality issue
Describe the bug
Just need to change the logging in the scamLogs handler to make it clearer that it is from scam logs
For example, just prefix with scamLogs
(Other commands may benefit from this, I just saw this when flicking through logs)
Expected behavior
Prefix the logs
Steps to reproduce
Run the command and check logs
References (optional)
No response
Additional info (optional)
No response
Discord Username (optional)
benw8484
The text was updated successfully, but these errors were encountered: