mirror of
https://github.com/natsukagami/youmubot.git
synced 2025-05-24 17:20:49 +00:00
Implement codeforces contest/problem hook
This commit is contained in:
parent
61651e0b05
commit
4b5dcfd072
5 changed files with 159 additions and 2 deletions
|
@ -8,6 +8,9 @@ use serenity::{
|
|||
use youmubot_prelude::*;
|
||||
|
||||
mod embed;
|
||||
mod hook;
|
||||
|
||||
pub use hook::codeforces_info_hook;
|
||||
|
||||
#[group]
|
||||
#[prefix = "cf"]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue