This commit is contained in:
MedzikUserBot 2022-01-24 19:49:27 +00:00
parent 5edeac60fd
commit 4fc60d8bbe
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ use toml::from_str;
#[derive(Debug, Deserialize)]
pub struct Config {
pub imgur: ConfigImgur,
pub notification: ConfigNotification
pub notification: ConfigNotification,
}
#[derive(Debug, Deserialize)]