Browse Source

Name! That! Parameter!

pull/1209/head
Alex Gravely 6 years ago
parent
commit
b6a762f5c2
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/Discord.Net.WebSocket/DiscordSocketClient.cs

+ 1
- 1
src/Discord.Net.WebSocket/DiscordSocketClient.cs View File

@@ -1233,7 +1233,7 @@ namespace Discord.WebSocket
}
else
// Message author wasn't specified in the payload, so create a completely anonymous unknown user
author = new SocketUnknownUser(this, 0);
author = new SocketUnknownUser(this, id: 0);

after = SocketMessage.Create(this, State, author, channel, data);
}


Loading…
Cancel
Save