initial commit

This commit is contained in:
kageru 2021-05-03 18:27:42 +02:00
parent a6dc08df80
commit 918f370562
Signed by: kageru
GPG Key ID: 8282A2BEA4ADA3D2
3 changed files with 5 additions and 2 deletions

View File

@ -1,5 +1,5 @@
[package]
name = "namebot"
name = "didgeridoo"
version = "0.1.0"
authors = ["kageru <kageru@encode.moe>"]
edition = "2018"

3
README.md Normal file
View File

@ -0,0 +1,3 @@
# DIDgeridoo
A bot for people with dissociative identity disorder.
Currently only does and logs name changes.

View File

@ -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);
}