Update rust
This commit is contained in:
+2
-2
@@ -10,9 +10,9 @@ pub const CHARACTERS: &str = "abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWX
|
||||
const THEME_COLOR_FALLBACK: u32 = 0x8fb677;
|
||||
pub const MACRO_MAX_COMMANDS: usize = 5;
|
||||
|
||||
use poise::serenity_prelude::CreateAttachment;
|
||||
use std::{collections::HashSet, env, iter::FromIterator};
|
||||
use std::{collections::HashSet, env};
|
||||
|
||||
use poise::serenity_prelude::CreateAttachment;
|
||||
use regex::Regex;
|
||||
|
||||
lazy_static! {
|
||||
|
||||
Reference in New Issue
Block a user