Skip to content
Sign UpLog In
Profile icon

Alex Ortiz

@ccccssx
I'm Alex Ortiz. aka "chillz"(internet username).
Repls
Community
ccccssx
ccccssx
shared a Post
2 years ago
Discord.js Template Bot to start with
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
Template Bot
Node.js
akhilzebra
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