dont send people to official details discord, private servers are not supported.

This commit is contained in:
andrew6180
2024-05-21 02:31:56 -07:00
parent 43f28cdff6
commit eaf3e4765c
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -41,7 +41,7 @@ DF.dversion = dversion
DF.AuthorInfo = {
Name = "Terciob",
Discord = "https://discord.gg/AGSzAZX",
Discord = --[["https://discord.gg/AGSzAZX"]]"https://discord.gg/classless",
}
function DF:Msg(msg, ...)
+1 -1
View File
@@ -4638,7 +4638,7 @@ function detailsFramework:BuildStatusbarAuthorInfo(f, addonBy, authorsNameString
local options_dropdown_template = detailsFramework:GetTemplate("dropdown", "OPTIONS_DROPDOWN_TEMPLATE")
local discordTextEntry = detailsFramework:CreateTextEntry(f, function()end, 200, 18, "DiscordTextBox", _, _, options_dropdown_template)
discordTextEntry:SetText("https://discord.gg/AGSzAZX")
discordTextEntry:SetText(--[["https://discord.gg/AGSzAZX"]]"https://discord.gg/classless")
discordTextEntry:SetFrameLevel(5000)
authorName:SetPoint("left", f, "left", 2, 0)
+1 -1
View File
@@ -255,7 +255,7 @@ function SlashCmdList.DETAILS (msg, editbox)
Details:OpenNewsWindow()
elseif (command == "discord") then
Details:CopyPaste ("https://discord.gg/AGSzAZX")
Details:CopyPaste (--[["https://discord.gg/AGSzAZX"]]"https://discord.gg/classless") -- dont send people to harass official discord.
elseif (command == "m+log") then