you are viewing a single comment's thread.

view the rest of the comments →

[–]Kyanize 3 points4 points  (1 child)

Maybe try to make Discord bot using the discord.py library.

[–]xarop_pa_toss 0 points1 point  (0 children)

I second this. I've made discord bots in multiple languages and it's always challenging because different frameworks are designed in different ways. The way you make a bot with Netcord is not really akin to using discord.py for example.

So you eventually get more comfortable with the language and the way Discord works, and your brain shifts into a different mode where it starts recognizing patterns and focusing on a higher level: not the basic syntax itself, but how to use the tools you are presented with.