Skip to content

Commit

Permalink
fix(reminders): change stickers
Browse files Browse the repository at this point in the history
  • Loading branch information
velascoandres committed Jul 30, 2024
1 parent 90c16d1 commit 0c6271c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/consts.rs
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@ pub const BOTS_IDS: [i64; 4] = [
1265501760013729923,
];
pub const CAT_CHAD_STICKER: u64 = 1265339053356613663;
pub const BASED_CAT_STICKER: u64 = 1267682131534938234;
pub const BASED_CAT_STICKER: u64 = 1267682074341408891;
pub const ENGLISH_DAYS: [chrono::Weekday; 2] = [chrono::Weekday::Wed, chrono::Weekday::Fri];
pub const ENGLISH_DAY_WHITELIST: [u64; 1] = [1072587560116817930];

0 comments on commit 0c6271c

Please sign in to comment.