mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-21 05:54:33 +02:00
Fix Everything
This commit is contained in:
@@ -2,10 +2,10 @@ const Command = require('../../structures/Command');
|
||||
const { RichEmbed } = require('discord.js');
|
||||
const moment = require('moment');
|
||||
const statuses = {
|
||||
online: "<:online:313956277808005120> Online",
|
||||
idle: "<:away:313956277220802560> Idle",
|
||||
dnd: "<:dnd:313956276893646850> Do Not Disturb",
|
||||
offline: "<:offline:313956277237710868> Offline"
|
||||
online: '<:online:313956277808005120> Online',
|
||||
idle: '<:away:313956277220802560> Idle',
|
||||
dnd: '<:dnd:313956276893646850> Do Not Disturb',
|
||||
offline: '<:offline:313956277237710868> Offline'
|
||||
};
|
||||
const colors = {
|
||||
online: 0x00AE86,
|
||||
|
||||
Reference in New Issue
Block a user