Skip to content

Commit

Permalink
Update hikari/events/message_events.py
Browse files Browse the repository at this point in the history
Co-authored-by: tandemdude <[email protected]>
  • Loading branch information
Nekokatt and tandemdude authored Sep 12, 2020
1 parent 87ec4b1 commit e82094a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hikari/events/message_events.py
Original file line number Diff line number Diff line change
Expand Up @@ -367,7 +367,7 @@ def guild_id(self) -> snowflakes.Snowflake:
return guild_id

@property
def author(self) -> typing.Union[guilds.Member]:
def author(self) -> guilds.Member:
"""Member that sent the message.
Returns
Expand Down

0 comments on commit e82094a

Please sign in to comment.