link to ascension discord. Move support link

This commit is contained in:
andrew6180
2025-10-20 13:08:08 -07:00
parent d0340b4cef
commit 64d20262db
17 changed files with 89 additions and 89 deletions
+3 -2
View File
@@ -177,7 +177,8 @@ function Private.PrintHelp()
print(L["/wa pstop - Finish profiling"])
print(L["/wa pprint - Show the results from the most recent profiling"])
print(L["/wa repair - Repair tool"])
print(L["If you require additional assistance, please open a ticket on GitHub or visit our Discord at https://discord.gg/UXSc7nt!"])
print(L["If you require additional assistance with the addon, please open an issue on the Ascension Addon GitHub or visit our Discord at https://discord.gg/classlesswow"])
print(L["If you require additional assistance with weakauras in general, please open a ticket on the WeakAuras GitHub or visit the Discord at https://discord.gg/classlesswow!"])
end
SLASH_WEAKAURAS1, SLASH_WEAKAURAS2 = "/weakauras", "/wa";
@@ -2493,7 +2494,7 @@ function Private.AddMany(tbl, takeSnapshots)
else
if next(WeakAuras.LoadFromArchive("Repository", "migration").stores) ~= nil then
timer:ScheduleTimer(function()
prettyPrint(L["WeakAuras has detected empty settings. If this is unexpected, ask for assistance on https://discord.gg/UXSc7nt."])
prettyPrint(L["WeakAuras has detected empty settings. If this is unexpected, create a bug report, or ask for assistance on https://discord.gg/classlesswow."])
end, 1)
end
end