Overhaul how credit works, change lots of images

This commit is contained in:
Dragon Fire
2020-01-14 18:25:35 -05:00
parent ea645d09f6
commit 0bb0550cc2
222 changed files with 928 additions and 361 deletions
+3 -1
View File
@@ -12,7 +12,9 @@ module.exports = class AdviceCommand extends Command {
credit: [
{
name: 'Advice Slip',
url: 'https://adviceslip.com/'
url: 'https://adviceslip.com/',
reason: 'API',
reasonURL: 'https://api.adviceslip.com/'
}
]
});