Could developing a Discord BOT with Rust+ lead to bans?

I’m considering the idea of building a Discord BOT using Rust+ as my primary language, but I have concerns about potential issues with Discord’s guidelines. Specifically, I’m wondering if creating and operating a BOT with this technology might result in disciplinary actions, including account suspension or bans. I would appreciate any feedback or shared experiences regarding the usage of Rust+ for BOT development on Discord. Have others encountered problems or policy conflicts, or can someone point to any clarifications about this approach? Any detailed insights would be greatly valued.

Based on personal experience developing Discord bots with Rust, I have found that the programming language itself rarely causes any issues related to platform bans. The critical factor remains strict adherence to Discord’s API guidelines and rate-limit specifications. Rust’s performance benefits and safety features allow for efficient implementation, but it is essential to regularly monitor Discord’s updates and adjust your code accordingly. Ensuring that your bot does nothing beyond the permitted API calls is key to maintaining a compliant and stable operation over time.

My experience with developing Discord bots using Rust has been positive, and I haven’t run into issues with bans solely due to the language choice. From my perspective, the key aspect lies in how the bot interacts with Discord’s API rather than what language it is built in. I have witnessed that when developers thoroughly review the API documentation and adhere to the rate limits and permission standards, the risk of running afoul of Discord’s policies is minimal. Rust’s performance benefits and memory safety features actually help in creating more efficient and stable bots, reducing unintended errors that could lead to policy violations, so focusing on proper API use remains essential.

hey, i didnt run into any bans when using rust for my bot, just follow the discrod API rules and its all gd. using rust isnt the problem, its how you use it, so be careful but i didnt see any issues.