diff --git a/euphoxide-bot/src/command.rs b/euphoxide-bot/src/command.rs index 1826c73..7d8ca2d 100644 --- a/euphoxide-bot/src/command.rs +++ b/euphoxide-bot/src/command.rs @@ -151,8 +151,8 @@ pub trait CommandExt: Sized { impl CommandExt for C {} -pub struct Commands { - commands: Vec + Sync + Send>>, +pub struct Commands { + commands: Vec + Sync + Send>>, } impl Commands {