Adding bots to user cache
This commit is contained in:
parent
a3fb2ef019
commit
6f2ba92009
1 changed files with 1 additions and 1 deletions
|
@ -139,7 +139,7 @@ namespace Noikoio.RegexBot.EntityCache
|
|||
|
||||
foreach (var item in users)
|
||||
{
|
||||
if (item.IsBot || item.IsWebhook) continue;
|
||||
if (item.IsWebhook) continue;
|
||||
|
||||
uid.Value = item.Id;
|
||||
gid.Value = item.Guild.Id;
|
||||
|
|
Loading…
Reference in a new issue