Skip to content

Commit

Permalink
whoops forgot to change channel id
Browse files Browse the repository at this point in the history
  • Loading branch information
ana-rchy committed May 20, 2024
1 parent 0bbdda2 commit 3a2b82a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/event.rs
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ pub async fn event_handler(
}

serenity::FullEvent::Message { new_message } => {
const GENERAL_CHANNEL_ID: u64 = 1235087573421133824;
const GENERAL_CHANNEL_ID: u64 = 1215048710074011692;

let sunset_time = *shared_data.sunset_time.lock().unwrap();
let current_time = OffsetDateTime::now_utc().to_offset(sunset_time.offset());
Expand Down

0 comments on commit 3a2b82a

Please sign in to comment.