You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/// A method that will return a bool indicating whether the client should respond to commands in the message given in the parameter (usually based on the channel details).
19
-
/// </summary>
17
+
/// <summary>A method that will return a bool indicating whether the client should respond to commands in the message given in the parameter (usually based on the channel details).</summary>
/// <summary>A method to run to initialize the bot.</summary>
@@ -48,5 +46,8 @@ public class DiscordBotConfig
48
46
49
47
/// <summary>Whether DM'd slash commands are ever allowed.</summary>
50
48
publicboolAllowSlashCommandsInDM=false;
49
+
50
+
/// <summary>A method that will return true if a bot message should be ignored, or false if it should be parsed. Note that webhooks are always ignored.</summary>
0 commit comments