Skip to content

Commit

Permalink
feat(english-day): add some extra features
Browse files Browse the repository at this point in the history
  • Loading branch information
velascoandres committed Jul 30, 2024
1 parent e398f64 commit 72731d2
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 @@ -16,5 +16,5 @@ pub const BOTS_IDS: [i64; 4] = [
];
pub const CAT_CHAD_STICKER: u64 = 1265339053356613663;
pub const BASED_CAT_STICKER: u64 = 1267682131534938234;
pub const ENGLISH_DAYS: [chrono::Weekday; 2] = [chrono::Weekday::Tue, chrono::Weekday::Fri];
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 72731d2

Please sign in to comment.