.$ should be now usable in dms

This commit is contained in:
Master Kwoth 2017-06-16 00:43:35 +02:00
parent fa58bad149
commit 3cfe783ac9

View File

@ -53,7 +53,6 @@ namespace NadekoBot.Modules.Gambling
[NadekoCommand, Usage, Description, Aliases] [NadekoCommand, Usage, Description, Aliases]
[Priority(0)] [Priority(0)]
[RequireContext(ContextType.Guild)]
public async Task Cash([Remainder] IUser user = null) public async Task Cash([Remainder] IUser user = null)
{ {
if(user == null) if(user == null)