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

💡 [REQUEST] - Event Manager #5

Open
joren-dev opened this issue Feb 4, 2023 · 0 comments
Open

💡 [REQUEST] - Event Manager #5

joren-dev opened this issue Feb 4, 2023 · 0 comments
Labels
question Further information is requested

Comments

@joren-dev
Copy link
Owner

Start Date

04/01/2023

Implementation PR

None

Reference Issues

None

Summary

We require a structured way to add any discord.py events, possible handle them inside their own class/

Basic Example

class EventManager:
   ...
   
   def on_message(self, ctx):
       ...
      
   def on_raw_emoji(self, ctx):
      ...

Drawbacks

Overriding events might result in code breaking changes, people have to be informed and careful with override events. We might have to create basic implementations of events to ensure nothing breaks the code.

Unresolved questions

No response

@joren-dev joren-dev added the question Further information is requested label Feb 4, 2023
@joren-dev joren-dev changed the title 💡 [REQUEST] - <Event Manager> 💡 [REQUEST] - Event Manager Feb 4, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

1 participant