mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-27 14:18:36 +02:00
Fix up strings
This commit is contained in:
@@ -194,6 +194,7 @@ Xiao has nearly 200 helpful commands to power up your Discord server!
|
|||||||
|
|
||||||
### Random/Other
|
### Random/Other
|
||||||
- `can-you-not` Can YOU not?
|
- `can-you-not` Can YOU not?
|
||||||
|
- `days-until` Responds with how many days until a certain date this year.
|
||||||
- `eat-pant` eat pant
|
- `eat-pant` eat pant
|
||||||
- `give-flower` Gives Xiao Pai a flower.
|
- `give-flower` Gives Xiao Pai a flower.
|
||||||
- `horoscope` Responds with today's horoscope for a particular sign.
|
- `horoscope` Responds with today's horoscope for a particular sign.
|
||||||
|
|||||||
@@ -7,11 +7,11 @@ module.exports = class DaysUntilCommand extends Command {
|
|||||||
aliases: ['days-until-christmas'],
|
aliases: ['days-until-christmas'],
|
||||||
group: 'random',
|
group: 'random',
|
||||||
memberName: 'days-until',
|
memberName: 'days-until',
|
||||||
description: 'Get how many days until a certain date this year.',
|
description: 'Responds with how many days until a certain date this year.',
|
||||||
args: [
|
args: [
|
||||||
{
|
{
|
||||||
key: 'date',
|
key: 'date',
|
||||||
prompt: 'What date do you want events for? Month/Day format.',
|
prompt: 'What date do you want to get the days until? Month/Day format.',
|
||||||
type: 'string',
|
type: 'string',
|
||||||
default: ['12', '25'],
|
default: ['12', '25'],
|
||||||
parse: date => date.split('/')
|
parse: date => date.split('/')
|
||||||
|
|||||||
+1
-1
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "xiaobot",
|
"name": "xiaobot",
|
||||||
"version": "41.4.0",
|
"version": "41.4.1",
|
||||||
"description": "Your personal server companion.",
|
"description": "Your personal server companion.",
|
||||||
"main": "Shard.js",
|
"main": "Shard.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
|||||||
Reference in New Issue
Block a user