mirror of
https://github.com/RYGhub/royalnet.git
synced 2024-11-23 19:44:20 +00:00
198
This commit is contained in:
parent
0fd45cca6f
commit
a874651318
1 changed files with 1 additions and 1 deletions
|
@ -383,7 +383,7 @@ class RoyalDiscordBot(discord.Client):
|
|||
else:
|
||||
message += f"In #{channels[channel].name}:\n"
|
||||
for member in members_in_channels[channel]:
|
||||
if member.status == discord.Status.offline and member.voice.channel is None:
|
||||
if member.status == discord.Status.offline and member.voice is None:
|
||||
continue
|
||||
# Online status emoji
|
||||
if member.bot:
|
||||
|
|
Loading…
Reference in a new issue