mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-03 23:36:43 +02:00
Fix Inlines in User Info
This commit is contained in:
@@ -59,12 +59,12 @@ module.exports = class UserInfoCommand extends Command {
|
||||
stripIndents`
|
||||
${moment(member.user.createdTimestamp).format('MMMM Do YYYY h:mm:ss a')}
|
||||
${moment.duration(Date.now() - member.user.createdTimestamp).format('y[ years], M[ months], w[ weeks, and ]d[ days]')} ago.
|
||||
`, true)
|
||||
`)
|
||||
.addField('**Joined Server On:**',
|
||||
stripIndents`
|
||||
${moment(member.joinedTimestamp).format('MMMM Do YYYY h:mm:ss a')}
|
||||
${moment.duration(Date.now() - member.joinedTimestamp).format('y[ years], M[ months], w[ weeks, and ]d[ days]')} ago.
|
||||
`, true)
|
||||
`)
|
||||
.addField('**Status:**',
|
||||
stat, true)
|
||||
.addField('**Playing:**',
|
||||
|
||||
+3
-2
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "xiaobot",
|
||||
"version": "19.2.1",
|
||||
"version": "19.2.2",
|
||||
"description": "A Discord Bot",
|
||||
"main": "shardingmanager.js",
|
||||
"scripts": {
|
||||
@@ -20,7 +20,8 @@
|
||||
"discord-js",
|
||||
"discord-js-commando",
|
||||
"postgres",
|
||||
"postgresql"
|
||||
"postgresql",
|
||||
"cleverbot"
|
||||
],
|
||||
"author": "dragonfire535",
|
||||
"license": "ISC",
|
||||
|
||||
Reference in New Issue
Block a user