From 5ef26d50bfa71df55d466fbe103fd92cc8fda495 Mon Sep 17 00:00:00 2001 From: Dragon Fire Date: Mon, 17 Feb 2020 14:46:05 -0500 Subject: [PATCH] Forgot to add credit to the command info --- commands/util/ip.js | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/commands/util/ip.js b/commands/util/ip.js index bd578d4c..7fa25788 100644 --- a/commands/util/ip.js +++ b/commands/util/ip.js @@ -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' + } + ] }); }