#beginners question

3 messages · Page 1 of 1 (latest)

queen pecan
#

hello guys i am just beginning on coding/scripting a discord bot and my question is how to make a bot and code/script it, how can i keep it alive forever and how can i make costum commands?

lean wigeon
#

how to make a bot and code/script it
there are online tutorials for whatever library you use
for js/ts the major ones are discord.js and eris, for discord.js use https://discordjs.guide
how can i keep it alive forever
i mean, you can't forever
you need somewhere to host it, could be local, could be remote
could use a vps service for example
how can i make costum commands?
the guides will tell you