From b47a9ed3d68d5b187379c2a70938591e068c246d Mon Sep 17 00:00:00 2001 From: Alzalia Date: Sun, 31 Aug 2025 16:48:40 +0200 Subject: [PATCH] fix: left a reference --- src/commands/fun/mod.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/commands/fun/mod.rs b/src/commands/fun/mod.rs index d101f71..567b8dc 100644 --- a/src/commands/fun/mod.rs +++ b/src/commands/fun/mod.rs @@ -1,3 +1,2 @@ -pub mod age; pub mod ping; pub mod roll;