moar toaks

This commit is contained in:
rainbownapkin 2021-12-17 23:00:05 +00:00
parent 029453f7a8
commit de246ffb17

View file

@ -68,7 +68,30 @@ function getCommands(bot) {
smokem: "420blazeit", smokem: "420blazeit",
blaze: "420blazeit", blaze: "420blazeit",
blazeit: "420blazeit", blazeit: "420blazeit",
blazem: "420blazeit", blazem: "420blazeit",//^og tokes
drink: "420blazeit",
shot: "420blazeit",
weed: "420blazeit",
marijuana: "420blazeit",
cannabis: "420blazeit",
jazzcabbage: "420blazeit",
oktem: "420blazeit",
puff: "420blazeit",
hit: "420blazeit",
tjoke: "420blazeit",
tjokem: "420blazeit",
devilslettuce: "420blazeit",
tokem: "420blazeit",
toakem: "420blazeit",
jabroni: "420blazeit",
grass: "420blazeit",
liftoff: "420blazeit",
smokeweed420blazeit: "420blazeit",
smokeweed420blazem: "420blazeit",
boof: "420blazeit",
boofem: "420blazeit",
lame: "420blazeit",
} }
return {commands: commands, aliases: aliases} return {commands: commands, aliases: aliases}
@ -79,6 +102,10 @@ module.exports = {
} }
function toke(name, bot){ function toke(name, bot){
if(name === "Ten"){
bot.sendChatMsg(">:^(");
return;
}
switch (toking){ switch (toking){
case 0://ready to start toke case 0://ready to start toke
bot.sendChatMsg("A group toke has been started by " + name + "! We'll be taking a toke in 60 seconds - join in by posting !toke"); bot.sendChatMsg("A group toke has been started by " + name + "! We'll be taking a toke in 60 seconds - join in by posting !toke");