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
remove test case
pull/2090/head
Quin Lynch
3 years ago
parent
cd5d3fa242
commit
e14b2fb915
1 changed files
with
0 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-2
src/Discord.Net.WebSocket/DiscordSocketClient.cs
+ 0
- 2
src/Discord.Net.WebSocket/DiscordSocketClient.cs
View File
@@ -2238,8 +2238,6 @@ namespace Discord.WebSocket
channel = State.GetDMChannel(data.User.Value.Id);
}
channel = null;
var guild = (channel as SocketGuildChannel)?.Guild;
if (guild != null && !guild.IsSynced)
{
Write
Preview
Loading…
Cancel
Save