diff --git a/.gitignore b/.gitignore old mode 100644 new mode 100755 diff --git a/Cargo.lock b/Cargo.lock old mode 100644 new mode 100755 diff --git a/Cargo.toml b/Cargo.toml old mode 100644 new mode 100755 diff --git a/Procfile b/Procfile old mode 100644 new mode 100755 diff --git a/src/main.rs b/src/main.rs old mode 100644 new mode 100755 index 7dcdb5b..3f5cc23 --- a/src/main.rs +++ b/src/main.rs @@ -19,7 +19,7 @@ impl EventHandler for Handler { fn ready(&self, ctx: Context, ready: Ready) { if let Some(shard) = ready.shard { println!( - "INFO: {} is connected on shard {}/{}!\n>>", + "INFO: {} is connected on shard {}/{}!\nuwu", ready.user.name, shard[0], shard[1] ); @@ -135,7 +135,7 @@ fn list_srv(ctx: &mut Context, message: &Message) -> CommandResult { } let _ = message.channel_id.say( &ctx.http, - list.replace("@everyone", "@\u{200B}everyone"), + list.replace("@", "@\u{200B}"), ); Ok(())