Purpur
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
cogs/linking_updater.py
|
@ -27,7 +27,7 @@ class Linking_updater(commands.Cog): |
|
|
file = open('users.json', 'r') |
|
|
file = open('users.json', 'r') |
|
|
data = json.load(file) |
|
|
data = json.load(file) |
|
|
file.close() |
|
|
file.close() |
|
|
guild = self.bot.get_guild(guild_id) |
|
|
|
|
|
|
|
|
guild = bot.get_guild(self.guild_id) |
|
|
i = -1 |
|
|
i = -1 |
|
|
print("1") |
|
|
print("1") |
|
|
for client in data['users']: |
|
|
for client in data['users']: |
|
|