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.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/commands/roll.rs b/src/commands/roll.rs
index 8ceb285..55b5429 100644
--- a/src/commands/roll.rs
+++ b/src/commands/roll.rs
@@ -4,7 +4,7 @@ use serenity::model::channel::Message;
use regex::Regex;
use rand::prelude::*;
-use Result;
+use crate::Result;
use super::send;