add me as author to the join message

This commit is contained in:
1e99 2025-07-22 19:20:36 +02:00
parent e94b9d1d34
commit 7fcbabab18

View file

@ -118,7 +118,7 @@ class Bot {
return
}
this.#chat.chat(`/w ${username} Hello ${username}! I'm a bot that adds chat based commands. Please use ${this.#prefix}help to get a list of all commands.`)
this.#chat.chat(`/w ${username} Hello ${username}! I'm a bot that adds chat based commands. Please use ${this.#prefix}help to get a list of all commands. Made by 1e99 :)`)
}
#onDeath() {