diff --git a/Commands/Commands/uservoice.js b/Commands/Commands/uservoice.js index a096013..b9c180a 100644 --- a/Commands/Commands/uservoice.js +++ b/Commands/Commands/uservoice.js @@ -292,7 +292,7 @@ commands.info = { } ], footer: { - text: 'User created on ' + moment('2015-11-18T23:52:49.000Z').format("dddd, MMMM Do YYYY, k:mm:ss"), + text: 'User created on ' + moment(data.user.created_at).format("dddd, MMMM Do YYYY, k:mm:ss"), icon_url: data.user.avatar_url } })