From 3cfe783ac9f4e5e17348a590ab94fc62930f4dea Mon Sep 17 00:00:00 2001 From: Master Kwoth Date: Fri, 16 Jun 2017 00:43:35 +0200 Subject: [PATCH] .$ should be now usable in dms --- src/NadekoBot/Modules/Gambling/Gambling.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/NadekoBot/Modules/Gambling/Gambling.cs b/src/NadekoBot/Modules/Gambling/Gambling.cs index 9fe01df2..500319ca 100644 --- a/src/NadekoBot/Modules/Gambling/Gambling.cs +++ b/src/NadekoBot/Modules/Gambling/Gambling.cs @@ -53,7 +53,6 @@ namespace NadekoBot.Modules.Gambling [NadekoCommand, Usage, Description, Aliases] [Priority(0)] - [RequireContext(ContextType.Guild)] public async Task Cash([Remainder] IUser user = null) { if(user == null)