sets lol
This commit is contained in:
@@ -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();
|
||||
|
Reference in New Issue
Block a user