-
Notifications
You must be signed in to change notification settings - Fork 13k
Chore: Slash Commands Join to Typescript #24254
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
Conversation
|
This pull request introduces 2 alerts when merging b0c6962 into 3e14178 - view on LGTM.com new alerts:
|
ostjen
left a comment
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.
there's also 3 new unwanted files that you should delete
|
|
||
| import { slashCommands } from '../../utils/lib/slashCommand'; | ||
|
|
||
| console.log('T'); |
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.
remove
|
This pull request introduces 2 alerts when merging df97b2b into 7cfd4b0 - view on LGTM.com new alerts:
|
| params.msg.msg = params.msg.msg.replace('join', 'open'); | ||
| return slashCommands.run('open', params.params, params.msg); | ||
| } | ||
| result = result; |
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.
?
| undefined, | ||
| false, | ||
| undefined, | ||
| undefined, |
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.
why?
ostjen
left a comment
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.
lgtm
Proposed changes (including videos or screenshots)
Convert the slash commands .js files to .ts files.
Issue(s)
Steps to test or reproduce
Further comments