From 67a740dec935c50995dfa04fbb5ac2edf1464c7d Mon Sep 17 00:00:00 2001 From: TheUbMunster <66451362+TheUbMunster@users.noreply.github.com> Date: Mon, 22 Aug 2022 17:38:11 -0600 Subject: [PATCH] By default bot does not respond to dm with error message --- Server/DiscordBot.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Server/DiscordBot.cs b/Server/DiscordBot.cs index 09396e5..839d524 100644 --- a/Server/DiscordBot.cs +++ b/Server/DiscordBot.cs @@ -1,4 +1,4 @@ -#define SEND_RESP_TO_BAD_REQ_DM // should the bot send a message to people who attempt to run commands/speak in dms +//#define SEND_RESP_TO_BAD_REQ_DM // should the bot send a message to people who attempt to run commands/speak in dms using DSharpPlus; using DSharpPlus.Entities;