davidhozic / discord-advertisement-framework

Automatic advertisements / shilling for Discord. GUI / Console, Multi-Accounts & More!

Home Page:http://daf.davidhozic.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[Enhancement:] DAF events

davidhozic opened this issue · comments

Summary

Implement an event system that supports emit and listeners.

Basic Example

events.emit(EVENT_TYPE, <args>, <kwargs=>)

@events.listen(EVENT_TYPE)
async def event_handler(*args, **kwargs):
   ...

Unresolved questions

No response