Skip to content

Commit

Permalink
Added no_run to README.md example
Browse files Browse the repository at this point in the history
This is done because when not passing `no_run`, the github
action was running forever.
  • Loading branch information
AS1100K committed Oct 31, 2024
1 parent 6c0c352 commit 6fc4e5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ $ cargo add bevy-discord --features full

## Quick Start

```rust
```rust,no_run
// examples/basic_bot.rs
use bevy::prelude::*;
use bevy_discord::bot::serenity::all::*;
Expand Down

0 comments on commit 6fc4e5e

Please sign in to comment.