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.
pull/1478/head
Braedon Smith
GitHub
5 years ago
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
0 deletions
-
docs/guides/commands/samples/preconditions/require_role.cs
|
@@ -1,4 +1,5 @@ |
|
|
using System; |
|
|
using System; |
|
|
|
|
|
using System.Linq; |
|
|
using System.Threading.Tasks; |
|
|
using System.Threading.Tasks; |
|
|
using Discord.Commands; |
|
|
using Discord.Commands; |
|
|
using Discord.WebSocket; |
|
|
using Discord.WebSocket; |
|
|