Skip to content
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

bot ---> this.client #97

Closed
nathen418 opened this issue Apr 8, 2021 · 1 comment · Fixed by #104
Closed

bot ---> this.client #97

nathen418 opened this issue Apr 8, 2021 · 1 comment · Fixed by #104
Labels
bug fix Something isn't working enhancement New feature or request

Comments

@nathen418
Copy link
Member

Replace all instances of the bot object with this.client or find a way to setup an object alias so that any references to bot get translated to this.client so that the bot object does not have to be global and can have its scope locally in index.js

@nathen418 nathen418 added bug fix Something isn't working enhancement New feature or request labels Apr 8, 2021
nathen418 added a commit that referenced this issue Apr 9, 2021
@nathen418
Copy link
Member Author

This issue is mostly resolved but still needs additional stress testing

@nathen418 nathen418 linked a pull request Apr 14, 2021 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug fix Something isn't working enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant