0

Play Now

Click to Copy IP

wetplace

wetplace

Yochran

Well-known member
Yochran
Yochran
wetplace
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;
    }
});
 
thanks for the code, i'll use it to hack CIA (srsly though, is this javascript? it looks awfully similiar to c++)
 
Hm, when should i learn JS? After learning CSS and HTML, only HTML or JS alone?
Depends on the route you want to take, as well as what you plan to use JavaScript for.

If you're going web development, learn HTML, CSS and PHP before JS, but if you're not going into web development, learn JS first, because it's super fun
 
Depends on the route you want to take, as well as what you plan to use JavaScript for.

If you're going web development, learn HTML, CSS and PHP before JS, but if you're not going into web development, learn JS first, because it's super fun
Gonna go JS first, if in the future i change my mind, i'll learn the other languages. Thanks for the explanation btw.
 
Off Topic
Back