aboutsummaryrefslogtreecommitdiff
path: root/src/config.rs
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/config.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/config.rs b/src/config.rs
index f7a0934..776d60c 100644
--- a/src/config.rs
+++ b/src/config.rs
@@ -43,4 +43,5 @@ pub struct Server {
#[derive(Clone, Eq, PartialEq, Ord, PartialOrd, Hash, Debug, Default, Deserialize)]
pub struct Settings {
pub prefix: char,
+ pub wa_api_key: String,
}