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.
This commit is contained in:
Braedon Smith
2020-03-31 09:03:11 -05:00
committed by GitHub
parent d734ce0a11
commit adf823ca9a

View File

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