Forgot to add credit to the command info

This commit is contained in:
Dragon Fire
2020-02-17 14:46:05 -05:00
parent 0c74db79c7
commit 5ef26d50bf
+8 -1
View File
@@ -9,7 +9,14 @@ module.exports = class IpCommand extends Command {
memberName: 'ip',
description: 'Responds with the IP address Xiao\'s server is running on.',
guarded: true,
ownerOnly: true
ownerOnly: true,
credit: [
{
name: 'ipify API',
url: 'https://www.ipify.org/',
reason: 'API'
}
]
});
}