commit
4deda28a00
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ use std::path::Path;
|
|||
use rustc_serialize::json::decode;
|
||||
|
||||
/// Configuration data.
|
||||
#[derive(Clone, RustcDecodable, Default, PartialEq, Debug)]
|
||||
#[derive(Clone, RustcDecodable, RustcEncodable, Default, PartialEq, Debug)]
|
||||
pub struct Config {
|
||||
/// A list of the owners of the bot by nickname.
|
||||
pub owners: Option<Vec<String>>,
|
||||
|
|
Loading…
Reference in a new issue