I hope you guys liked the video! Feel free to comment with any questions or concerns.
I will be releasing more bot tutorial videos soon!
Base Github Repository Link: https://github.com/Slashroot101/disco...
Docker Run Command:
sudo docker run -itd -e POSTGRES_USER=ratphd -e POSTGRES_PASSWORD=password -p 5432:5432 -v /data:/var/lib/postgresql/data --name postgresql postgres
This video talks about how to integrate a persistent store into your Discord bot called PostgresSQL. This bot will allow you to store data to augment your commands and bots.
#nodejs #programming #bot #discord #discordjs #javascript #codetutorial #tutorial #postgresql