From 47817c4166937af24041a93e56ad9f841bf1e8f1 Mon Sep 17 00:00:00 2001 From: Nathan Perry Date: Wed, 8 May 2024 14:15:42 -0400 Subject: fixups: memes working --- src/commands/mod.rs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/commands/mod.rs') diff --git a/src/commands/mod.rs b/src/commands/mod.rs index c8a7014..3f69a3b 100644 --- a/src/commands/mod.rs +++ b/src/commands/mod.rs @@ -21,7 +21,6 @@ pub(crate) mod today; mod help; #[group] -#[prefix = ""] #[only_in(guild)] #[commands(roll, today)] struct General; @@ -52,7 +51,7 @@ pub fn register_commands(f: StandardFramework) -> StandardFramework { }, }; - let _ = _play(ctx, msg, &url); + let _ = _play(ctx, msg, url).await; }) }) } -- cgit v1.3.1