Version info

This commit is contained in:
Imbus 2025-02-22 09:22:52 +01:00
parent 7e06bbb11b
commit 7eb4efd423

View file

@ -1,4 +1,5 @@
local _, u = ...
u.version = "v0.1.4"
-- https://wowpedia.fandom.com/wiki/BindingID
local myBinds = {
@ -141,6 +142,7 @@ local function BindsHandler(msg, editbox)
u.guards()
if msg == '' then
u.info 'Welcome to the ImbusBinds keybinding script'
u.info('Version: ' .. u.version)
u.info 'Usage:'
u.info ' /binds set - To set general bindings'
u.info ' /binds camera - To set camera binds to +/-'
@ -154,7 +156,7 @@ local function BindsHandler(msg, editbox)
end
if msg == 'bars' then
enableBars()
u.info("Bars set!")
u.info 'Bars set!'
end
SaveBindings(1)
u.guards()