diff options
| author | Pinapelz <yukais@pinapelz.com> | 2024-09-22 23:30:19 -0700 |
|---|---|---|
| committer | Pinapelz <yukais@pinapelz.com> | 2024-09-22 23:30:19 -0700 |
| commit | f0d76aab62bba2d1d5bec29f4c027ace7dafa8d1 (patch) | |
| tree | 6a40a9fde6785aa7b046cd458ff3644d95b9f371 /DiscordToXIV/Configuration.cs | |
| parent | d05abe1424dfb2d42fc6ff7682d55042021b4cb0 (diff) | |
implement sending discord messages from in-game
Diffstat (limited to 'DiscordToXIV/Configuration.cs')
| -rw-r--r-- | DiscordToXIV/Configuration.cs | 1 |
1 files changed, 1 insertions, 0 deletions
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() { |
