mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-03 23:36:43 +02:00
Single!
This commit is contained in:
@@ -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.
|
||||
|
||||
@@ -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."
|
||||
]
|
||||
|
||||
@@ -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
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "xiao",
|
||||
"version": "119.0.2",
|
||||
"version": "119.0.3",
|
||||
"description": "Your personal server companion.",
|
||||
"main": "Xiao.js",
|
||||
"scripts": {
|
||||
|
||||
Reference in New Issue
Block a user