discord-modmail / modmail

A Modmail bot for Discord. Allowing safe moderator conversations with server members one server at a time.
https://discord-modmail.readthedocs.io/
MIT License
15 stars 8 forks source link

chore[bot launcher]: refactor launch system #57

Closed onerandomusername closed 3 years ago

onerandomusername commented 3 years ago

Is there an existing issue for this?

What is the feature?

Overview

Refactor launch system.

The current launch system involves a bunch of stuff in __main__.py, but that should all be in the bot.run bot method.

In addition, there should be a class method to create a bot with our custom configurations.

Would you like to implement this yourself?

Yes, I'd like to implement this