ProgrammingWriting Your First Discord Bot [Tutorial]
Posted:
ProgrammingWriting Your First Discord Bot [Tutorial]Posted:
Status: Offline
Joined: Mar 13, 20168Year Member
Posts: 261
Reputation Power: 30
Status: Offline
Joined: Mar 13, 20168Year Member
Posts: 261
Reputation Power: 30
Would recommend downloading visual studio code.
Step 1: Create A Project Folder & Open CMD. https://gyazo.com/9d32eccd893300d734728b72ae397fd9.png Step 2: Browse To The Project File & Install Dependencies cd {PATH TO PROJECT} https://gyazo.com/b503e953ad50dadf4c7645a5bb8b92b4.png Now let's install what we need.. npm install nodejs
Step 3: Adding The Bot Code, Open Visual Studio Code Start off with creating 2 files: index.js, botconfig.json
https://gyazo.com/8503e148a0574c997f07a40d6b9bf99f.png
https://gyazo.com/66cd432bb69736a6e5e69da0b65c49e2.png Step 4: Bug Testing, Let's See If It Works! Unminimize the CMD window and type: node index.js Should start up no problem. If you need help feel free to ask, this is an easy tutorial on a quick bot. Need hosting for your bot? Just send me a message. |
Last edited by module ; edited 1 time in total
The following 5 users thanked module for this useful post:
0101010101010101 (11-01-2020), NightFyre (10-19-2020), Rob (10-11-2020), CriticaI (10-11-2020), spf (10-02-2020)
#2. Posted:
Status: Offline
Joined: Mar 18, 201212Year Member
Posts: 1,061
Reputation Power: 2685
Great tutorial! |
- 0useful
- 0not useful
#3. Posted:
Status: Offline
Joined: Mar 13, 20168Year Member
Posts: 261
Reputation Power: 30
Status: Offline
Joined: Mar 13, 20168Year Member
Posts: 261
Reputation Power: 30
Vlog wrote Great tutorial! Thank you, I hope people actually use it. |
- 0useful
- 0not useful
#4. Posted:
Status: Offline
Joined: Jan 09, 201410Year Member
Posts: 873
Reputation Power: 175
Status: Offline
Joined: Jan 09, 201410Year Member
Posts: 873
Reputation Power: 175
Thanks for this, been looking for a tutorial that isn't written in Python for a while now. |
- 0useful
- 0not useful
#5. Posted:
Status: Offline
Joined: Nov 05, 201311Year Member
Posts: 2,749
Reputation Power: 452
Status: Offline
Joined: Nov 05, 201311Year Member
Posts: 2,749
Reputation Power: 452
Thanks for the tutorial! I would love to see more of these! |
- 0useful
- 0not useful
#6. Posted:
Status: Offline
Joined: Jan 29, 201113Year Member
Posts: 1,598
Reputation Power: 23810
Status: Offline
Joined: Jan 29, 201113Year Member
Posts: 1,598
Reputation Power: 23810
Informative tutorial. +Rep |
- 0useful
- 3not useful
#7. Posted:
Status: Offline
Joined: Mar 13, 20168Year Member
Posts: 261
Reputation Power: 30
Status: Offline
Joined: Mar 13, 20168Year Member
Posts: 261
Reputation Power: 30
Thank you guys for all of your support, if you have any questions or tutorial requests please feel free to post or send me a message. |
- 0useful
- 0not useful
#8. Posted:
Status: Offline
Joined: Mar 13, 20168Year Member
Posts: 261
Reputation Power: 30
Status: Offline
Joined: Mar 13, 20168Year Member
Posts: 261
Reputation Power: 30
With discord v12, rich embed codes were changed, I will be updating the code in a couple minutes. |
- 0useful
- 0not useful
Users browsing this topic: None