1
0
Fork 0
mirror of synced 2024-05-24 14:29:39 +12:00
This commit is contained in:
phxntxm 2017-07-10 00:39:03 -05:00
parent 46a1280256
commit 00b4d82c4e

View file

@ -42,7 +42,8 @@ class Stats:
continue
# This check checks the user's connected campaign (should only exist for *our* user) and checks if it
# matches
if include.get('relationshipos', {}).get('campaign', {}).get('data', {}).get('id', {}) == str(utils.patreon_id):
if include.get('relationshipos', {}).get('campaign', {}).get('data', {}).get('id', {}) == str(
utils.patreon_id):
continue
# Otherwise the only way this user was included, was if they are a patron, so include them
@ -59,7 +60,6 @@ class Stats:
# Now just set the names
self.donators = names
@commands.command()
@commands.guild_only()
@utils.custom_perms(send_messages=True)