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

@@ -15,6 +15,7 @@ Object.keys(data).forEach(cur => {
export default bot => {
bot._trigger.set("dope", new bot.trigger({
call: /^(\.|\/)dope/i,
set: "nxy",
help: {
text: "Smoke weed everyday",
usage: "[b].dope[/b] [i](<nick>)[/i]"
@@ -32,6 +33,7 @@ export default bot => {
bot._trigger.set("meth", new bot.trigger({
call: /^(\.|\/)meth/i,
set: "nxy",
help: {
text: "Snort some meth *_*",
usage: "[b].meth[/b] [i](<nick>)[/i]"