mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-26 22:32:52 +02:00
Fix SMW Level Credit
This commit is contained in:
@@ -17,9 +17,10 @@ module.exports = class SmwLevelCommand extends Command {
|
|||||||
reasonURL: 'https://www.nintendo.co.jp/n02/shvc/mw/index.html'
|
reasonURL: 'https://www.nintendo.co.jp/n02/shvc/mw/index.html'
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: 'List of Super Mario World levels',
|
name: 'SMWiki',
|
||||||
url: 'http://old.smwiki.net/wiki/List_of_Super_Mario_World_levels',
|
url: 'http://www.smwiki.net/',
|
||||||
reason: 'Level Name Data'
|
reason: 'Level Name Data',
|
||||||
|
reasonURL: 'http://old.smwiki.net/wiki/List_of_Super_Mario_World_levels'
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user