Step 1. Create an application
Open User Settings → Applications on web.fluxer.app, create a new application and save the bot token.Step 2. Add dependencies
In your project’sCargo.toml:
Paths are relative to the workspace root. Adjust them to match your project structure.
Step 3. Minimal bot
Step 4. Run
What happens
wait_for_guilds: true delays the Ready event until all GUILD_CREATE events have been received. Set to false if you have many guilds and prefer a faster startup over a fully populated cache.