dont send people to official details discord, private servers are not supported.
This commit is contained in:
+1
-1
@@ -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
@@ -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
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user