We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 046f845 commit b1eabe8Copy full SHA for b1eabe8
README.md
@@ -1,7 +1,7 @@
1
# CSharp-Discord
2
3
```c
4
-// Create an instance of BotClient which _DiscordClient is inherited into
+// Create an instance of BotClient which DiscordClient is inherited into
5
BotClient _client = new BotClient();
6
7
// Call LoginAsync
@@ -12,7 +12,7 @@ await Task.Delay(-1);
12
```
13
14
15
-// Personal Implementation of _DiscordClient base class
+// Personal Implementation of DiscordClient base class
16
public class BotClient : DiscordClient
17
{
18
// This is essential since it will create more obvious code
0 commit comments