From ba604ad8915c2a25fbdc1d3426d124423d3f8366 Mon Sep 17 00:00:00 2001 From: Dragon Fire Date: Wed, 15 Jan 2020 12:01:19 -0500 Subject: [PATCH] Fix SMW Level Credit --- commands/random/smw-level.js | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/commands/random/smw-level.js b/commands/random/smw-level.js index c716f34e..9d9d66a0 100644 --- a/commands/random/smw-level.js +++ b/commands/random/smw-level.js @@ -17,9 +17,10 @@ module.exports = class SmwLevelCommand extends Command { reasonURL: 'https://www.nintendo.co.jp/n02/shvc/mw/index.html' }, { - name: 'List of Super Mario World levels', - url: 'http://old.smwiki.net/wiki/List_of_Super_Mario_World_levels', - reason: 'Level Name Data' + name: 'SMWiki', + url: 'http://www.smwiki.net/', + reason: 'Level Name Data', + reasonURL: 'http://old.smwiki.net/wiki/List_of_Super_Mario_World_levels' } ] });