diff --git a/devel-icon.png b/devel-icon.png new file mode 100644 index 0000000000000000000000000000000000000000..6aade888fd02d46f18ed1c04a478a2a1db5be881 Binary files /dev/null and b/devel-icon.png differ diff --git a/icon.png b/icon.png new file mode 100644 index 0000000000000000000000000000000000000000..6147afb19a65a9c68b827215c19428674b7179e7 Binary files /dev/null and b/icon.png differ diff --git a/src/.gitattributes b/src/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..24a8e87939aa53cdd833f6be7610cb4972e063ad --- /dev/null +++ b/src/.gitattributes @@ -0,0 +1 @@ +*.png filter=lfs diff=lfs merge=lfs -text diff --git a/src/config.rs b/src/config.rs deleted file mode 100644 index 5fc3bb7609b2223a34b248e2df3b244c263e1cd3..0000000000000000000000000000000000000000 --- a/src/config.rs +++ /dev/null @@ -1,39 +0,0 @@ -use serenity; - -pub static DISCORD_TOKEN: &str = include_str!("discord_token"); - -pub static SERVER_ID: u64 = 606351521117896704; -// #general -pub static MAIN_CHANNEL: serenity::model::id::ChannelId = - serenity::model::id::ChannelId(606351521117896706); -// #the-corner -pub static WELCOME_CHANNEL: serenity::model::id::ChannelId = - serenity::model::id::ChannelId(606351613816209418); -// #general -pub static ANNOUNCEMENT_CHANNEL: serenity::model::id::ChannelId = - serenity::model::id::ChannelId(606351521117896706); - -pub static BOT_ID: u64 = 607078903969742848; - -pub static VOTE_POOL_SIZE: i8 = 2; -pub static VOTE_ROLE: u64 = 607478818038480937; -pub static TIEBREAKER_ROLE: u64 = 607509283483025409; -pub static UNREGISTERED_MEMBER_ROLE: u64 = 608282247350714408; -pub static REGISTERED_MEMBER_ROLE: u64 = 608282133118582815; - -pub static COMMAND_PREFIX: &str = "!"; - -pub static FOR_VOTE: &str = "ðŸ‘"; -pub static AGAINST_VOTE: &str = "👎"; -pub static ABSTAIN_VOTE: &str = "🙊"; -pub static APPROVE_REACT: &str = "⬆"; -pub static DISAPPROVE_REACT: &str = "⬇"; -pub static UNSURE_REACT: &str = "â”"; -pub static ALLOWED_REACTS: &[&'static str] = &[ - FOR_VOTE, - AGAINST_VOTE, - ABSTAIN_VOTE, - APPROVE_REACT, - DISAPPROVE_REACT, - UNSURE_REACT, -]; diff --git a/src/config.rs b/src/config.rs new file mode 120000 index 0000000000000000000000000000000000000000..2c1170b4e5c3ddc1634b077bd309f9a2144abbbb --- /dev/null +++ b/src/config.rs @@ -0,0 +1 @@ +./config.test.rs \ No newline at end of file