Browse Source

Add comment about the Commands package

pull/783/head
Joe4evr 8 years ago
parent
commit
22aadace45
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      docs/guides/getting_started/samples/intro/structure.cs

+ 1
- 0
docs/guides/getting_started/samples/intro/structure.cs View File

@@ -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();



Loading…
Cancel
Save