Implement codeforces contest/problem hook

This commit is contained in:
Natsu Kagami 2020-02-08 18:37:17 -05:00
parent 61651e0b05
commit 4b5dcfd072
Signed by: nki
GPG key ID: 73376E117CD20735
5 changed files with 159 additions and 2 deletions

View file

@ -8,6 +8,9 @@ use serenity::{
use youmubot_prelude::*;
mod embed;
mod hook;
pub use hook::codeforces_info_hook;
#[group]
#[prefix = "cf"]