Set Doomsday clock url

This commit is contained in:
Daniel Odendahl Jr
2018-07-07 03:44:03 +00:00
parent cb9aebbdf2
commit 79ecce288e
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -23,6 +23,7 @@ module.exports = class DoomsdayClockCommand extends Command {
.setTitle(`${year}: ${time}`)
.setColor(0x000000)
.setThumbnail(image)
.setURL('https://thebulletin.org/doomsday-clock/past-announcements/')
.setAuthor('Bulletin of the Atomic Scientists', undefined, 'https://thebulletin.org/')
.setDescription(description.replace(/<a href="(.+)">(.+)<\/a>/, '[$2]($1)'));
return msg.embed(embed);
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "xiao",
"version": "81.0.3",
"version": "81.0.4",
"description": "Your personal server companion.",
"main": "Xiao.js",
"scripts": {