Skip to content

Move functionality out of main method #265

@Pacmens

Description

@Pacmens

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    code qualityImproving the quality/maintainability of the code

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions