restructuring

This commit is contained in:
nora 2021-05-04 18:25:12 +02:00
parent 65c6f3eedc
commit 19e0ecc500
3 changed files with 122 additions and 113 deletions

View file

@ -1,15 +1,15 @@
use std::collections::HashMap;
use std::fs;
use fancy_regex::Regex;
use lazy_static::lazy_static;
use serenity::client::Context;
use serenity::framework::standard::{macros::hook};
use serenity::model::channel::{Message, ReactionType};
use serenity::model::id::EmojiId;
use toml::Value;
use fancy_regex::Regex;
use crate::LastMessageInChannel;
use crate::LastMessageInChannel;
pub static CONFIG_ERR: &'static str = "Invalid config file";