mirror of
https://github.com/Noratrieb/widetom.git
synced 2026-01-16 09:55:03 +01:00
restructuring
This commit is contained in:
parent
65c6f3eedc
commit
19e0ecc500
3 changed files with 122 additions and 113 deletions
|
|
@ -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";
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue