From 6fc4e5e39840d16a5fab912ff458ffd1d8863caa Mon Sep 17 00:00:00 2001 From: Aditya Kumar <117935160+AS1100K@users.noreply.github.com> Date: Thu, 31 Oct 2024 15:25:36 +0530 Subject: [PATCH] Added `no_run` to README.md example This is done because when not passing `no_run`, the github action was running forever. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e4357fa..ac7eb35 100644 --- a/README.md +++ b/README.md @@ -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::*;