mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-13 15:58:06 +02:00
Forgot to add credit to the command info
This commit is contained in:
+8
-1
@@ -9,7 +9,14 @@ module.exports = class IpCommand extends Command {
|
|||||||
memberName: 'ip',
|
memberName: 'ip',
|
||||||
description: 'Responds with the IP address Xiao\'s server is running on.',
|
description: 'Responds with the IP address Xiao\'s server is running on.',
|
||||||
guarded: true,
|
guarded: true,
|
||||||
ownerOnly: true
|
ownerOnly: true,
|
||||||
|
credit: [
|
||||||
|
{
|
||||||
|
name: 'ipify API',
|
||||||
|
url: 'https://www.ipify.org/',
|
||||||
|
reason: 'API'
|
||||||
|
}
|
||||||
|
]
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user