Browse Source

Added System.Linq reference (#1470)

Use of IReadOnlyCollection#Any requires a reference to System.Linq. It's a small thing, but better copy-paste-ability is never a bad thing.
tags/2.2.0
Braedon Smith GitHub 5 years ago
parent
commit
adf823ca9a
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      docs/guides/commands/samples/preconditions/require_role.cs

+ 1
- 0
docs/guides/commands/samples/preconditions/require_role.cs View File

@@ -1,4 +1,5 @@
using System;
using System.Linq;
using System.Threading.Tasks;
using Discord.Commands;
using Discord.WebSocket;


Loading…
Cancel
Save