-
Notifications
You must be signed in to change notification settings - Fork 59
New issue
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
Prevent Only Emoji Spam in Chat #36
Conversation
Need permission for bot
|
@@ -0,0 +1,23 @@ | |||
import { Events, Message } from 'discord.js' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fix ESLint warning and should be good to go
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
we should make all warnings error and fail the build. otherwise, reviewers will have to keep ask people to remove warnings.
but that's out of scope for this PR.
therefore, gonna merge it for now
@narze 🙏 |
@@ -0,0 +1,23 @@ | |||
import { Events, Message } from 'discord.js' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
we should make all warnings error and fail the build. otherwise, reviewers will have to keep ask people to remove warnings.
but that's out of scope for this PR.
therefore, gonna merge it for now
Description
Please include a summary of the change and which issue is fixed. Please also include relevant motivation and context. List any dependencies that are required for this change.
According to this feature request in Discord
Type of change
Please delete options that are not relevant.
Checklist: