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

@@ -3,6 +3,7 @@ import sql from "../sql";
export default bot => {
bot._trigger.set("rape", new bot.trigger({
call: /^(\.|\/)rape/i,
set: "nxy",
help: {
text: "Rapes a nick and eventually charge for it",
usage: "[b].rape[/b] [i](<nick>)[/i]"
@@ -31,6 +32,7 @@ export default bot => {
bot._trigger.set("owe", new bot.trigger({
call: /^(\.|\/)owe/i,
set: "nxy",
help: {
text: "Shows how much a nick owes",
usage: "[b].owe[/b] [i](<nick>)[/i]"