Config
Config = {}
--[[
Positions are:
top-left
top-right
middle-left
middle-right
bottom-left
bottom-right
]]
Config.DefaulPosition = 'middle-right'
-- Commands
-- /success
-- /error
-- /info
-- /warning
Config.CommandTest = falseLast updated