Recent content by cocc

  1. C

    Discord Self Bot

    const Discord = require("discord.js"); const client = new Discord.Client(); client.on("ready", () => { client.user.setPresence({ game: { name: "w", url: "https://twitch.tv/?", type: 1 } }); }); client.login(""); here's the script buddy
Top