diff --git a/README.md b/README.md index f0bb3524..cac3d7f8 100644 --- a/README.md +++ b/README.md @@ -140,7 +140,7 @@ The difficulty in getting all of these keys is why I recommend * `XIAO_TOKEN` can be obtained at the [Discord Developer Portal](https://discord.com/developers/applications/). * `OWNERS` is a comma-seperated list of Discord User IDs. -* `GIRLFRIEND_USER_ID` is a Discord User ID for your lover. It rigs commands like `coolness` and `cuteness`. Totally optional, loners can leave it out. +* `GIRLFRIEND_USER_ID` is a Discord User ID for your lover. It rigs commands like `coolness` and `cuteness`. Totally optional, loners (like me) can leave it out. * `XIAO_PREFIX` is the prefix you want the bot to have. Like `x;`. * `INVITE` is an invite link to a Discord server. The whole thing, not just the code. * `XIAO_WEBHOOK_ID` is the ID of the webhook you want the `webhook` command to use. diff --git a/assets/json/xiao-fact.json b/assets/json/xiao-fact.json index e675b7b1..089370c1 100644 --- a/assets/json/xiao-fact.json +++ b/assets/json/xiao-fact.json @@ -54,5 +54,6 @@ "The `ship` command gives a special response if the compatability is 69.", "The `jeopardy` command will play the Jeopardy think music if both you and the bot are in a voice channel when the command is used.", "In the `undertale` command, you can provide \"ness\" as an option, a reference to UNDERTALE's origins as an EarthBound project.", - "There are many clones of Xiao. One of them, Time, even got a DMCA takedown notice!" + "There are many clones of Xiao. One of them, Time, even got a DMCA takedown notice!", + "Dragon Fire, the creator of Xiao, is forever alone." ] diff --git a/commands/events/time.js b/commands/events/time.js index 8b7f24e9..c4e77e9e 100644 --- a/commands/events/time.js +++ b/commands/events/time.js @@ -4,7 +4,6 @@ const { firstUpperCase } = require('../../util/Util'); moment.tz.link('America/Vancouver|Neopia'); moment.tz.link('America/Los_Angeles|Discord'); moment.tz.link('America/New_York|Dragon'); -moment.tz.link('Europe/Berlin|Azura'); module.exports = class TimeCommand extends Command { constructor(client) { diff --git a/package.json b/package.json index 5e8aa8b9..c454af56 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "xiao", - "version": "119.0.2", + "version": "119.0.3", "description": "Your personal server companion.", "main": "Xiao.js", "scripts": {