diff --git a/discord/widget.py b/discord/widget.py index 8d55801ee..59e6a82f0 100644 --- a/discord/widget.py +++ b/discord/widget.py @@ -208,7 +208,7 @@ class Widget: return self.id == other.id def __repr__(self): - return ''.format(self) + return ''.format(self) @property def created_at(self):