mirror of
https://github.com/OTCv8/otclientv8.git
synced 2025-04-29 18:59:20 +02:00
17 lines
417 B
Lua
17 lines
417 B
Lua
Panels.TradeMessage()
|
|
Panels.AutoStackItems()
|
|
|
|
addButton("discord", "Discord & Help", function()
|
|
g_platform.openUrl("https://discord.gg/yhqBE4A")
|
|
end)
|
|
|
|
addButton("forum", "Forum", function()
|
|
g_platform.openUrl("https://otland.net/forums/otclient.494/")
|
|
end)
|
|
|
|
addButton("github", "Documentation", function()
|
|
g_platform.openUrl("https://github.com/OTCv8/otclientv8_bot")
|
|
end)
|
|
|
|
addSeparator("sep")
|