From 6f96339080f6f82cb28515e9f1e93e56f59e207a Mon Sep 17 00:00:00 2001 From: Johannes Christ Date: Wed, 6 Feb 2019 22:11:47 +0100 Subject: Use proper snowflake in `on_member_update`. --- bot/cogs/superstarify/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 } ) -- cgit v1.2.3