Skip to content

Commit e589fc7

Browse files
committed
Update utility.py
1 parent 3a7a00a commit e589fc7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cogs/utility.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1214,7 +1214,7 @@ async def get(self, ctx):
12141214
roles = []
12151215

12161216
for id in whitelisted:
1217-
user = bot.get_user(id)
1217+
user = self.bot.get_user(id)
12181218
if user:
12191219
users.append(users)
12201220
role = self.modmail_guild.get_role(id)

0 commit comments

Comments
 (0)