How to make a counting bot leaderboard command | Discord.js (V14) Bot Tutorial

Опубликовано: 04 Октябрь 2024
на канале: RatPhd
578
2

Hey guys! Today we are going to talk about how to make a leaderboard for your counting bot using our Postgres instance. If you have missed the last few videos, I will link them below.

If you are interested in just getting started without watching the videos, you can build directly from the templates, but you will need to stand up a Postgres instance for yourself.

Base Repository: https://github.com/Slashroot101/disco...
Multi-Guild Counting Bot:    • How to make a multi-guild counting bo...  
Github: https://github.com/Slashroot101

As always, if you have any questions or concerns, please let me know!

Intro:
Hi, my name is Samuel and I am a senior backend engineer. I have loved coding my entire life, and I learned a lot of what I know now through myself, college, and through the internet. I decided to build this channel so I could give back to the community that gave so much knowledge to me.

In this video, we will build a bot with Discord.js using Node.js. We will utilize PostgresSQL to build a persistent data store for counting purposes. Through this persistent layer, we can query for data, write data, and more!

#javascript #discord #programming #nodejs #postgresql #database #coding