shuttle has released support for Serenity (a Rust library for the Discord API) a while back and now we have a tutorial ready for anyone willing to give it a go: <a href="https://www.shuttle.rs/blog/2022/09/14/serentity-discord-bot" rel="nofollow">https://www.shuttle.rs/blog/2022/09/14/serentity-discord-bot</a> (creating a simple Discord bot, extending it to a weather forecast bot and deploying it with shuttle, for free).<p>To give you some context on shuttle; it is a Rust-native cloud development platform (open-source) that allows you to deploy your Rust app (or Discord bot, in this case) by adding a single annotation to your main file. Once you do that, you can run `cargo shuttle deploy` and your app/bot is all set!