export function getIRCtoSay(command) {
    if (command === "episode") {
        return `Currently working on \u0002${stats[title]}\u0002 episode ${stats[episode]}`;
    }
    else if (command !== "title") {