Monexius
Monexius

Reputation: 21

Setting up an online discord bot

Quite a loaded question but Ill try to be as specific as possible.

My goal is to have my bot running online for it to communicate between a database and multiple discord servers. Quite simply how would you go about implementing such a feature into a bot and what is the process of hosting such a bot?

Upvotes: 0

Views: 103

Answers (1)

Austin Yen
Austin Yen

Reputation: 29

For a simple database, I would recommend using quick.db https://www.npmjs.com/package/quick.db As for hosting, I personally use Heroku but there are obviously more options depending on your needs. Amazon AWS would also be a good hosting place for your bot too.

Upvotes: 1

Related Questions