This commit is contained in:
Flummi
2018-02-28 04:34:52 +01:00
parent 2940b05518
commit 59be967f29
23 changed files with 96 additions and 26 deletions

View File

@@ -25,7 +25,7 @@ insert into nxy_quotes
export default bot => {
bot._trigger.set("quotes", new bot.trigger({
call: /^(\.|\/)q .*/i,
active: true,
set: "nxy",
f: e => {
let args = e.message.trim().substring(3).split(" ");
const cmd = args[0].toLowerCase();