From f0d76aab62bba2d1d5bec29f4c027ace7dafa8d1 Mon Sep 17 00:00:00 2001 From: Pinapelz Date: Sun, 22 Sep 2024 23:30:19 -0700 Subject: implement sending discord messages from in-game --- DiscordToXIV/Configuration.cs | 1 + 1 file changed, 1 insertion(+) (limited to 'DiscordToXIV/Configuration.cs') diff --git a/DiscordToXIV/Configuration.cs b/DiscordToXIV/Configuration.cs index 8a1e369..32fe363 100644 --- a/DiscordToXIV/Configuration.cs +++ b/DiscordToXIV/Configuration.cs @@ -17,6 +17,7 @@ public class Configuration : IPluginConfiguration public bool HideWelcomeMessage { get; set; } = false; public bool HideAttachmentUrls { get; set; } = false; public bool HideStickerUrls { get; set; } = false; + public string DiscordAuthToken { get; set; } = ""; public void Save() { -- cgit v1.2.3