mirror of
https://github.com/natsukagami/youmubot.git
synced 2025-05-24 09:10:49 +00:00
osu: Introduce Env
and propagate it to other functions (#40)
This commit is contained in:
parent
94dc225b86
commit
1066f249b0
17 changed files with 598 additions and 433 deletions
|
@ -13,6 +13,7 @@ use serenity::{
|
|||
|
||||
use db::{CfSavedUsers, CfUser};
|
||||
pub use hook::InfoHook;
|
||||
use youmubot_prelude::announcer::AnnouncerHandler;
|
||||
use youmubot_prelude::table_format::table_formatting_unsafe;
|
||||
use youmubot_prelude::table_format::Align::{Left, Right};
|
||||
use youmubot_prelude::{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue