This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
Forum
实训
竞赛
大数据
Register
Sign In
youys
/
Discord.Net
Not watched
Unwatch
Watch all
Watch but not notify
1
Star
0
Fork
0
Code
Releases
34
Wiki
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
Browse Source
Typo
tags/docs-0.9
RogueException
10 years ago
parent
36f40c18d5
commit
9596648d8e
1 changed files
with
2 additions
and
2 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-2
src/Discord.Net/DiscordClient.Cache.cs
+ 2
- 2
src/Discord.Net/DiscordClient.Cache.cs
View File
@@ -371,8 +371,8 @@ namespace Discord
var user = x.User;
var user = x.User;
if (user == null)
if (user == null)
return false;
return false;
string.Equals(x.User.Name, name, StringComparison.OrdinalIgnoreCase
)
);
}
return
string.Equals(x.User.Name, name, StringComparison.OrdinalIgnoreCase);
}
);
}
}
}
}
Write
Preview
Loading…
Cancel
Save