Skip to content

Commit

Permalink
Fix #1364 (#1369)
Browse files Browse the repository at this point in the history
  • Loading branch information
plun1331 authored May 18, 2022
1 parent b60e562 commit 9e01223
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion discord/scheduled_events.py
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ def __init__(
self.value = value

def __repr__(self) -> str:
return f"<ScheduledEventLocation value={self.value} type={self.type}>"
return f"<ScheduledEventLocation value={self.value!r} type={self.type}>"

def __str__(self) -> str:
return str(self.value)
Expand Down

0 comments on commit 9e01223

Please sign in to comment.