diff --git a/Cargo.toml b/Cargo.toml index e83abb4..572593e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,5 +1,5 @@ [package] -name = "namebot" +name = "didgeridoo" version = "0.1.0" authors = ["kageru "] edition = "2018" diff --git a/README.md b/README.md new file mode 100644 index 0000000..5bb2fce --- /dev/null +++ b/README.md @@ -0,0 +1,3 @@ +# DIDgeridoo +A bot for people with dissociative identity disorder. +Currently only does and logs name changes. diff --git a/src/main.rs b/src/main.rs index 69bdcc3..26d43c1 100644 --- a/src/main.rs +++ b/src/main.rs @@ -21,7 +21,7 @@ impl EventHandler for Handler { fn guild_ban_addition(&self, ctx: Context, guild_id: GuildId, _: User) { if guild_id == 427456811973738498 { if let Err(e) = - ChannelId(562731470423064587).say(&ctx, "Das hier ist eine flauschige Diktatur!") + ChannelId(562731470423064587).say(&ctx, "Dies ist eine flauschige Diktatur!") { eprintln!("Couldn’t send message because {:?}", e); }