html terminal
Diffstat (limited to 'src/bot/maps.rs')
| -rw-r--r-- | src/bot/maps.rs | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/bot/maps.rs b/src/bot/maps.rs index 94321db..0ce0b82 100644 --- a/src/bot/maps.rs +++ b/src/bot/maps.rs @@ -1,5 +1,4 @@ -use super::{get_nextblock, strip_colors, Context, Result, SUCCESS}; -use crate::send; +use super::{get_nextblock, send, strip_colors, Context, Result, SUCCESS}; use futures_util::StreamExt; use mindus::*; use oxipng::*; |