diff options
-rw-r--r-- | bot/cogs/superstarify/__init__.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bot/cogs/superstarify/__init__.py b/bot/cogs/superstarify/__init__.py index 7f5b0d487..e14336b52 100644 --- a/bot/cogs/superstarify/__init__.py +++ b/bot/cogs/superstarify/__init__.py @@ -108,7 +108,7 @@ class Superstarify: params={ 'active': 'true', 'type': 'superstarify', - 'user__id': before.id + 'user__id': member.id } ) |