This commit is contained in:
parent
7053495f40
commit
28d1f6d0a2
5 changed files with 30 additions and 17 deletions
|
@ -1,9 +1,9 @@
|
|||
const getGuildCount = require("./getGuildCount")
|
||||
const getGuildInfo = require("./getGuildInfo")
|
||||
const parseMS = require('./parseMS');
|
||||
const convertDateToISOString = require('./convertDateToISOString')
|
||||
module.exports = function ({presenceText, presenceType, client}) {
|
||||
const {globalPrefix} = require ('../data/config.json')
|
||||
let guildCount = getGuildCount(client)
|
||||
let guildCount = getGuildInfo(client).guildCount
|
||||
let uptime = parseMS(client.uptime);
|
||||
let uptimeFormat = "";
|
||||
let uptimeSingularOrPlural;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue