diff --git a/src/lib.rs b/src/lib.rs
index 53ae26b..0152205 100644
--- a/src/lib.rs
+++ b/src/lib.rs
@@ -57,9 +57,9 @@ pub fn get_config() -> Config {
     mail_pass: "".to_string(),
     wolves_url: "".to_string(),
     wolves_api: "".to_string(),
-    committee_server: GuildId::new(0),
-    committee_role: RoleId::new(0),
-    committee_category: ChannelId::new(0),
+    committee_server: GuildId::new(1),
+    committee_role: RoleId::new(1),
+    committee_category: ChannelId::new(1),
   };
 
   if let Ok(x) = env::var("DATABASE_HOME") {