Since this is “a tutorial” like your title says you should move this to #resources:community-tutorials. Anyways this is such a nice tutorial! I didn’t know how to create a discord bot because I like just got it.
This bot is a base for making your own, but at the moment the bot includes a help command, a ping command, and a lua code evaluator that can be used to execute lua code from discord using codeblocks.
I would as well, however some users may not know JS or Python, and may not want to learn, so this is a good alternative. With that being said, It is completely recommended to make a bot in those languages if you don’t have a reliable way of hosting the luvit.exe that Discordia uses to run itself.
Lua isn’t really an ideal language to make bots in. It doesn’t have some popular functions and methods that languages for example NodeJS have.
I learnt Lua in about 3 months, and after I have learnt it, I started learning JavaScript. Guess what? I knew the syntax and half of the methods in about 3-4 hours.
If you want to make a Discord bot just use Discord.JS, its a more popular and a really easy to learn library for bot development.
just because it’s not ideal doesn’t mean it can’t be done. some people may want to try it, whether it be a challenge or otherwise. i am simply providing an easy and understandable means of doing so