mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-30 12:23:39 +01:00
refactor: remove Discord bot
This commit is contained in:
parent
5ae756577c
commit
969e935f27
3 changed files with 0 additions and 407 deletions
|
|
@ -1,8 +1,6 @@
|
|||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.IO;
|
||||
using Dalamud.Configuration;
|
||||
using Dalamud.DiscordBot;
|
||||
using Dalamud.Game.Chat;
|
||||
using Newtonsoft.Json;
|
||||
using Serilog;
|
||||
|
|
@ -12,8 +10,6 @@ namespace Dalamud
|
|||
[Serializable]
|
||||
internal class DalamudConfiguration
|
||||
{
|
||||
public DiscordFeatureConfiguration DiscordFeatureConfig { get; set; }
|
||||
|
||||
public bool OptOutMbCollection { get; set; } = false;
|
||||
|
||||
public List<string> BadWords { get; set; }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue