Skip to content
Sign UpLog In
Profile icon

Thomas Emad

@dehteam3
I am a good programmer that works on discord bots projects. I learned 3 or 4 languages: Javascript, Typescript, Python, HTML
Repls
Community
dehteam3
dehteam3
shared a Post
2 years ago
Nodejs update
So, discord.js is releasing there new version 13 soon and I want to use replit but to update to [email protected] it requires nodejs version 14+ and nodej
Coder100
Coder100
You can use the bash language or the nix language to update to node 14! 2 years ago
dehteam3
dehteam3
shared a Post
2 years ago
Guys, I want to know how to update nodejs to the last version because I am working on a discord bot and I want to use the new reply feature so please
SamDev7
SamDev7
Copy paste from piero#0001 from the Replit Discord > Hey everyone, You are probably aware that Discord.js v13 requires Node.js 16.6.0 and higher, but the highest on our installation of Nix is currently 16.4.1 and the highest on Nix unstable being 16.5.0. The reasoning for this isn't Replit's or Nix's fault, but partially Apple's fault and Node's fault. You see, the MacOS X SDK doesn't come with the signpost.h header, which Nix requires for a successful build of Node.js 16.6.0+ build. Additional2 years ago
Coder100
Coder100
npm i [email protected] -D npx npm so easy2 years ago
Wumi4
Wumi4
Use the following command: npm install -g npm It will update your npm to the lastest.2 years ago
dehteam3
dehteam3
shared a Post
2 years ago
This is a discord.js basic bot commands this is Help , Say , Ping commands and I used the Advanced Command Handler for this Tutorial
dehteam3
dehteam3
shared a Post
2 years ago
Can you please send me the code of The help command The ping command The say command
SANJAYANKK
SANJAYANKK
Say1 year ago
RYANTADIPARTHI
RYANTADIPARTHI
Uhh, could you be more clear?2 years ago
dehteam3
dehteam3
shared a Post
2 years ago
Like, I want to know how to let repl.it connect or login to my bot with tye token,....etc
Coder100
Coder100
and for python: https://medium.com/disbots/how-to-make-a-discord-bot-with-python-e066b03bfd92 years ago
Coder100
Coder100
For node.js: https://www.codementor.io/garethdwyer/building-a-discord-bot-with-node-js-and-repl-it-mm46r1u8y 2 years ago
Squirrel777
Squirrel777
Read this tutorial2 years ago