mirror of https://github.com/Hilbis/Hilbish
fix: shortend the preamble to just the getting started link
parent
2bf037e51b
commit
303c9d0b78
|
@ -1,11 +1,7 @@
|
||||||
local bait = require 'bait'
|
local bait = require 'bait'
|
||||||
local lunacolors = require 'lunacolors'
|
local lunacolors = require 'lunacolors'
|
||||||
|
|
||||||
PREAMBLE = [[
|
PREAMBLE = "Getting Started: https://rosettea.github.io/Hilbish/docs/getting-started/\n"
|
||||||
Getting Started: https://rosettea.github.io/Hilbish/docs/getting-started/
|
|
||||||
Documentation: https://rosettea.github.io/Hilbish/
|
|
||||||
Github: https://github.com/Rosettea/Hilbish
|
|
||||||
]]
|
|
||||||
|
|
||||||
hilbish.tips = {
|
hilbish.tips = {
|
||||||
"Join the discord and say hi! -> https://discord.gg/3PDdcQz",
|
"Join the discord and say hi! -> https://discord.gg/3PDdcQz",
|
||||||
|
|
Loading…
Reference in New Issue