diff options
| -rw-r--r-- | discord/widget.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/discord/widget.py b/discord/widget.py index 8d55801e..59e6a82f 100644 --- a/discord/widget.py +++ b/discord/widget.py @@ -208,7 +208,7 @@ class Widget: return self.id == other.id def __repr__(self): - return '<Widget id={0.id} name={0.name!r} invite={0.invite!r}>'.format(self) + return '<Widget id={0.id} name={0.name!r} invite_url={0.invite_url!r}>'.format(self) @property def created_at(self): |