From 6dabeb78d07f6de3d11ead386f98a7c74d17fbf1 Mon Sep 17 00:00:00 2001
From: tec <tec@ucc.gu.uwa.edu.au>
Date: Sun, 20 Oct 2019 22:49:16 +0800
Subject: [PATCH] UCC bot has different id

---
 src/config.ucc.rs | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/config.ucc.rs b/src/config.ucc.rs
index 59304d7..58aa01c 100644
--- a/src/config.ucc.rs
+++ b/src/config.ucc.rs
@@ -13,7 +13,7 @@ pub static WELCOME_CHANNEL: serenity::model::id::ChannelId =
 pub static ANNOUNCEMENT_CHANNEL: serenity::model::id::ChannelId =
     serenity::model::id::ChannelId(264411219627212801);
 
-pub static BOT_ID: u64 = 607078903969742848;
+pub static BOT_ID: u64 = 635407267881156618;
 
 pub static VOTE_POOL_SIZE: i8 = 7;
 pub static VOTE_ROLE: u64 = 269817189966544896;
-- 
GitLab