aboutsummaryrefslogtreecommitdiff
path: root/src/commands/roll.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/commands/roll.rs')
-rw-r--r--src/commands/roll.rs8
1 files changed, 5 insertions, 3 deletions
diff --git a/src/commands/roll.rs b/src/commands/roll.rs
index 55b5429..217b3a4 100644
--- a/src/commands/roll.rs
+++ b/src/commands/roll.rs
@@ -1,6 +1,8 @@
-use serenity::prelude::*;
-use serenity::framework::standard::Args;
-use serenity::model::channel::Message;
+use serenity::{
+ prelude::*,
+ framework::standard::Args,
+ model::channel::Message,
+};
use regex::Regex;
use rand::prelude::*;