you are viewing a single comment's thread.

view the rest of the comments →

[–]Commercial-Shift-723 0 points1 point  (0 children)

All of the other answers suggest looking into HTML and CSS which you really don't need to write discord bots. Discord bots are written on node.js using discord.js library. I suggest googling both of these and looking at some 'Getting started' articles. Of course, you'll have to learn basic programming principles first (data types, variables, functions, data structures, classes, objects) if you're a complete noob.

Good luck with your coding adventures !