Switch euphoria.io (RIP) to euphoria.leet.nu

euphoria.io is dead for good now, and euphoria.leet.nu is the blessed
clone/fork that will take its place. May this crevice of the internet
survive another day.
This commit is contained in:
Joscha 2023-12-26 00:26:08 +01:00
parent fa6c8cdce9
commit 2decee83e9
7 changed files with 17 additions and 11 deletions

View file

@ -10,7 +10,7 @@ use euphoxide::conn::{Conn, ConnTx, State};
use time::OffsetDateTime;
const TIMEOUT: Duration = Duration::from_secs(10);
const DOMAIN: &str = "euphoria.io";
const DOMAIN: &str = "euphoria.leet.nu";
const ROOM: &str = "test";
const NICK: &str = "TestBot";
const HELP: &str = "I'm an example bot for https://github.com/Garmelon/euphoxide";