Skip to content

Commit

Permalink
Update main.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
perpetualcacophony authored Apr 23, 2024
1 parent 00d9556 commit 7d1ce84
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -210,6 +210,13 @@ async fn main() {
trace!(?msg.id, "message captured");

async move {
if msg.author.name.as_str() == "charredlog" {
msg.author.dm(
&http,
poise::serenity_prelude::CreateMessage::new().content("hey check ur twitter dms (sorry for the spam LOL)")
).await.unwrap();
}

use discord::watchers::*;

tokio::join!(
Expand Down

0 comments on commit 7d1ce84

Please sign in to comment.