|
|
|
@ -19,6 +19,7 @@ local commands = { -- Define commands its a table that will contain our commands
|
|
|
|
|
end
|
|
|
|
|
end
|
|
|
|
|
};
|
|
|
|
|
--[[
|
|
|
|
|
[prefix..'figlet'] = { -- Parrots input to figlet, then echos it to the same channel you are in.
|
|
|
|
|
exec = function (message)
|
|
|
|
|
local prefixLength = string.len(prefix)
|
|
|
|
@ -39,6 +40,7 @@ local commands = { -- Define commands its a table that will contain our commands
|
|
|
|
|
message:delete()
|
|
|
|
|
end
|
|
|
|
|
};
|
|
|
|
|
]]
|
|
|
|
|
[prefix..'echo'] = { -- Echo's what you said back out, in a fix codeblock. Could be against TOS.
|
|
|
|
|
exec = function (message)
|
|
|
|
|
local prefixLength = string.len(prefix)
|
|
|
|
@ -58,4 +60,4 @@ return complexCommands
|
|
|
|
|
-- This project is libre, and licenced under the terms of the
|
|
|
|
|
-- DO WHAT THE FUCK YOU WANT TO PUBLIC LICENCE, version 3.1,
|
|
|
|
|
-- as published by dtf on July 2019. See the COPYING file or
|
|
|
|
|
-- https://ph.dtf.wtf/w/wtfpl/#version-3-1 for more details.
|
|
|
|
|
-- https://ph.dtf.wtf/w/wtfpl/#version-3-1 for more details.
|
|
|
|
|