From f4918c793beb0447a3827cf6b3ad2e49293ce783 Mon Sep 17 00:00:00 2001 From: Joe4evr Date: Tue, 21 Feb 2017 06:06:06 +0100 Subject: [PATCH] Add comment about message cache --- docs/guides/samples/first-steps.cs | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/guides/samples/first-steps.cs b/docs/guides/samples/first-steps.cs index 01544e03f..3f1377ed7 100644 --- a/docs/guides/samples/first-steps.cs +++ b/docs/guides/samples/first-steps.cs @@ -27,6 +27,11 @@ class Program { // How much logging do you want to see? 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, // add Discord.Net.Providers.WS4Net from NuGet,