This commit is contained in:
Dragon Fire
2020-07-02 13:41:01 -04:00
parent 2208287333
commit fa605f74ee
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -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.
+2 -1
View File
@@ -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."
]
-1
View File
@@ -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) {
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "xiao",
"version": "119.0.2",
"version": "119.0.3",
"description": "Your personal server companion.",
"main": "Xiao.js",
"scripts": {