diff options
| author | seth <[email protected]> | 2024-02-18 18:21:54 -0500 |
|---|---|---|
| committer | seth <[email protected]> | 2024-02-18 18:38:30 -0500 |
| commit | db362aefe343e2cb27d6c01c89464b0a8100b295 (patch) | |
| tree | d4d40733c1b0e17cf9ec68cb6f71bdd0aebc904a /src/main.rs | |
| parent | f2cb41b11aa247ae1425d10c9162e7386089583c (diff) | |
fix duplicated command registrations
Diffstat (limited to 'src/main.rs')
| -rw-r--r-- | src/main.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/main.rs b/src/main.rs index 3cf07f9..d2ba8e2 100644 --- a/src/main.rs +++ b/src/main.rs @@ -90,7 +90,6 @@ async fn main() -> Result<()> { let options = FrameworkOptions { commands: { let mut commands = commands::global(); - commands.append(&mut commands::optional()); commands.append(&mut commands::moderation()); commands }, |
