Alex Ortiz
@ccccssx
I'm Alex Ortiz. aka "chillz"(internet username).
this is a template bot to start with discord.js. so just go to discord.js.org and work from there. the client token thing should at the bottom of all
Node.js
akhilzebra @ccccssx You should put the token in and environmen variable in the sidebar, otherwise other people can steal your bot token. Your code would look like this:
client.login(process.env.your-environment-var-name);2 years ago