#properties of event?
1 messages · Page 1 of 1 (latest)
Hey! Once your issue is solved, press the button below to close this thread!
You can typehint it as the event type
@listen()
async def on_message_create(event: events.MessageCreate):
username = message.author.name```
very helpful, thank you