Hello everyone I'm new to coding but I want to code the bot mentioned in the title so my questions are: -Is there a command that reads the game activity? -What is the command that makes the bot move someone?
I set the basics up but don't really know where to go from here:
const Discord = require('discord.js'); const client = new Discord.Client(); client.once('ready', () => { console.log('Online'); }); client.login('*the token*');
https://stackoverflow.com/questions/67350727/discord-bot-that-moves-people-based-on-game-activity May 02, 2021 at 04:49AM
没有评论:
发表评论