Update /commands to include new commands
This commit is contained in:
parent
71e6f6927d
commit
fde5830309
|
@ -33,7 +33,7 @@ module.exports = (bot, [ questions, kys, insults, commands_list, words, roleplay
|
||||||
|
|
||||||
});
|
});
|
||||||
|
|
||||||
bot.command("commands", (ctx) => ctx.reply(commands_list.join("\n")));
|
bot.command("commands", (ctx) => ctx.reply(commands_list.join("\n"), {parse_mode: "html"}));
|
||||||
bot.command("is", (ctx) => ctx.reply(is(random)(ctx)));
|
bot.command("is", (ctx) => ctx.reply(is(random)(ctx)));
|
||||||
bot.command("are", (ctx) => ctx.reply(is(random)(ctx)));
|
bot.command("are", (ctx) => ctx.reply(is(random)(ctx)));
|
||||||
bot.command("can", (ctx) => ctx.reply(is(random)(ctx)));
|
bot.command("can", (ctx) => ctx.reply(is(random)(ctx)));
|
||||||
|
|
|
@ -1,24 +1,61 @@
|
||||||
question - Get a random question
|
<b>Random</b>
|
||||||
word - Get a random word
|
|
||||||
words - Get n random words
|
|
||||||
kys - Kill yourself
|
|
||||||
coin - Tosses a coin
|
coin - Tosses a coin
|
||||||
wiki - Search Wikipedia
|
wiki - Search Wikipedia
|
||||||
arch_wiki - Search the Arch wiki
|
arch_wiki - Search the Arch wiki
|
||||||
|
kys - Kill yourself
|
||||||
insult - As expected, insults
|
insult - As expected, insults
|
||||||
|
|
||||||
|
<b>Wordplay</b>
|
||||||
|
|
||||||
|
question - Get a random question
|
||||||
|
word - Get a random word
|
||||||
|
words - Get n random words
|
||||||
weebify - Weebifies the given text
|
weebify - Weebifies the given text
|
||||||
absurdify - mAke tExT aBSUrd
|
absurdify - mAke tExT aBSUrd
|
||||||
is - Is <your question>
|
expand - Expands a given abbreviation
|
||||||
are - Are <your question>
|
|
||||||
can - Can <your question>
|
<b>Ask a question</b>
|
||||||
will - will <your question>
|
<code>
|
||||||
shall - shall <your question>
|
is are can
|
||||||
was - Was <your question>
|
will did shall
|
||||||
do - Do <your question>
|
was do does
|
||||||
does - Does <your question>
|
should
|
||||||
did - Did <your question>
|
</code>
|
||||||
should - Should <your question>
|
<b>Roleplay</b>
|
||||||
|
<code>
|
||||||
|
angry bite
|
||||||
|
blush bored
|
||||||
|
bonk boop
|
||||||
|
chase cheer
|
||||||
|
cringe cry
|
||||||
|
cuddle dab
|
||||||
|
dance die
|
||||||
|
eat facepalm
|
||||||
|
feed glomp
|
||||||
|
happy hate
|
||||||
|
holdhands hide
|
||||||
|
highfive hug
|
||||||
|
kill kiss
|
||||||
|
laugh lick
|
||||||
|
love lurk
|
||||||
|
nervous no
|
||||||
|
nom nuzzle
|
||||||
|
panic pat
|
||||||
|
peck poke
|
||||||
|
pout run
|
||||||
|
shoot shrug
|
||||||
|
sip slap
|
||||||
|
sleep snuggle
|
||||||
|
stab tease
|
||||||
|
think thumbsup
|
||||||
|
tickle triggered
|
||||||
|
twerk wag
|
||||||
|
wave wink
|
||||||
|
yes
|
||||||
|
</code>
|
||||||
|
<b>Miscallenous</b>
|
||||||
|
|
||||||
help - Need help? Go here
|
help - Need help? Go here
|
||||||
feedback - Send feedback, suggestion for kys, insult text
|
feedback - Send feedback, suggestion for kys, insult text
|
||||||
rate - Rate me on TGDR
|
rate - Rate me on TGDR
|
||||||
expand - Expands a given abbreviation
|
|
||||||
|
|
Loading…
Reference in New Issue