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

Move functionality out of main method #265

Open
Pacmens opened this issue Jul 9, 2021 · 0 comments
Open

Move functionality out of main method #265

Pacmens opened this issue Jul 9, 2021 · 0 comments
Labels
code quality Improving the quality/maintainability of the code

Comments

@Pacmens
Copy link
Collaborator

Pacmens commented Jul 9, 2021

Currently the bot is started and initialized in the main method.

This does not allow anyone to start a place from any other place. Therefore the startup of the bot to a method that takes the requiered tokens and settings as values so that only the initializen of the starting parameters is in the main class.

@Pacmens Pacmens added this to the Hera Beta Cleanup milestone Jul 9, 2021
@Pacmens Pacmens added this to To Do in Hera Issue Board via automation Jul 9, 2021
@Pacmens Pacmens added code quality Improving the quality/maintainability of the code and removed enhancement labels Jul 9, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
code quality Improving the quality/maintainability of the code
Projects
Development

No branches or pull requests

1 participant