Update rust

This commit is contained in:
jude
2024-02-22 18:35:37 +00:00
parent 6c20bf2a0f
commit dd7e681285
8 changed files with 6 additions and 13 deletions
+2 -2
View File
@@ -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! {