Apply DM Disable attribute to some commands

This commit is contained in:
Runebaas 2019-03-17 18:33:18 +01:00
parent 1e98b44cb7
commit de408dbfd9
No known key found for this signature in database
GPG key ID: 2677AF508D0300D6
9 changed files with 18 additions and 0 deletions

View file

@ -5,12 +5,14 @@ using Discord;
using Discord.Commands;
using Geekbot.net.Database;
using Geekbot.net.Database.Models;
using Geekbot.net.Lib.CommandPreconditions;
using Geekbot.net.Lib.ErrorHandling;
using Geekbot.net.Lib.Extensions;
using Geekbot.net.Lib.Localization;
namespace Geekbot.net.Commands.User
{
[DisableInDirectMessage]
public class Karma : ModuleBase
{
private readonly IErrorHandler _errorHandler;