Browse Source

Add comment about message cache

tags/1.0-rc
Joe4evr 8 years ago
parent
commit
f4918c793b
1 changed files with 5 additions and 0 deletions
  1. +5
    -0
      docs/guides/samples/first-steps.cs

+ 5
- 0
docs/guides/samples/first-steps.cs View File

@@ -27,6 +27,11 @@ class Program
{ {
// How much logging do you want to see? // How much logging do you want to see?
LogLevel = LogSeverity.Info, LogLevel = LogSeverity.Info,
// If you or another service needs to do anything with messages
// (eg. checking Reactions), you should probably
// set the MessageCacheSize here.
//MessageCacheSize = 50,


// If your platform doesn't have native websockets, // If your platform doesn't have native websockets,
// add Discord.Net.Providers.WS4Net from NuGet, // add Discord.Net.Providers.WS4Net from NuGet,


Loading…
Cancel
Save