Fix up the log messages a lil

Unbutcher inviter
This commit is contained in:
2025-01-08 17:11:07 +01:00
parent fca49c6302
commit d3004019c6
15 changed files with 647 additions and 305 deletions

View File

@@ -1,9 +1,13 @@
local addonname, shared = ...
---@cast shared HeimdallShared
---@cast addonname string
local ModuleName = "Bully"
---@diagnostic disable-next-line: missing-fields
shared.Bully = {}
function shared.Bully.Init()
print("Heimdall - Bully loaded")
if Heimdall_Data.config.bully.debug then
print(string.format("[%s] Module initialized", ModuleName))
end
print("[Heimdall] Bully loaded")
end