Browse Source

Update linking_updater.py

pull/6/head
Purpur 3 years ago
committed by GitHub
parent
commit
88357cbf82
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      cogs/linking_updater.py

2
cogs/linking_updater.py

@ -27,7 +27,7 @@ class Linking_updater(commands.Cog):
file = open('users.json', 'r')
data = json.load(file)
file.close()
guild = bot.get_guild(self.guild_id)
guild = self.bot.get_guild(self.guild_id)
i = -1
print("1")
for client in data['users']:

Loading…
Cancel
Save