diff --git a/docs/guides/getting_started/samples/intro/structure.cs b/docs/guides/getting_started/samples/intro/structure.cs index fff2535ea..346319eb4 100644 --- a/docs/guides/getting_started/samples/intro/structure.cs +++ b/docs/guides/getting_started/samples/intro/structure.cs @@ -19,6 +19,7 @@ class Program private readonly DiscordSocketClient _client; // Keep the CommandService and IServiceCollection around for use with commands. + // These two types require you install the Discord.Net.Commands package. private readonly IServiceCollection _map = new ServiceCollection(); private readonly CommandService _commands = new CommandService();