wetplace
dryplace
dampplace
soggyplace
hotplace
coldplace
safespace (tf)
slowplace
fastpace
fastplace
wetplate (tf x2)
soupplace
moistplace (lol)
dryplace
dampplace
soggyplace
hotplace
coldplace
safespace (tf)
slowplace
fastpace
fastplace
wetplate (tf x2)
soupplace
moistplace (lol)
JavaScript:
const Discord = require("discord.js");
const bot = new Discord.Client;
const { MessageEmbed } = require("discord.js");
bot.on("ready", () => {
console.log("wetplace has enabled :flushed:");
bot.user.setActivity("wetplace", {type: "WATCHING"});
let enableChannel = bot.channels.cache.get("<wetplace channel ID>");
enableChannel.send(new MessageEmbed().setDescription("wetplace is here :drooling_face:"));
});
bot.on("message", (wetplace) => {
if (message.content.startsWith("!")) {
let command = wetplace.content.slice(1).trim();
if (command == "wetplace") {
console.log(`${wetplace.author.username} is obsessed with wetplace bc he used the command !wetplace`)
wetplace.channel.send(new MessageEmbed().setDescription("wetplace omfg fomg omfg omfomg omgomgmofgommo #1 soup leaderboard player no way\n \nm9"));
} else {
wetplace.channel.send(new MessageEmbed().setDescription("**** you"));
}
} else {
return;
}
});