I made a Discord bot that presents you a list of items from every Snow Crows build that can be crafted and directly sold for profit. Introducing GW2SCAM!

I know [GW2Bot ](https://gw2bot.info/)already exists, but I'm currently learning CS and coding for a career change and decided to make my own discord bot, **Guild Wars 2 Snow Crows Adaptive Meta**, or "SCAM" as a personal project.... #discord #tool

https://kbin.social/m/guildwars2@lemmy.wtf/t/772024

GW2Bot - A Discord Bot for Guild Wars 2

GW2Bot is a powerful Guild Wars 2 bot for Discord!

The code looks nice. Just as a recommendation: It’s always better to let the code document itself and not with comments. So rather than “# Check if the element is found” you could create a function called something like “check_for_element”.
The more detailed comments were more for myself to review my thought process if needed. If this were to be used professionally I would have just removed them entirely. I see what you mean about function nomenclature though. Thanks!

Well documented code is really helpful though, so if you’d use this code professionally I would’ve even left these comments in. It’s always a pain in the ass trying to “reverse engineer” old code.

But since your’e doing a career change I think you’re on a really good path