mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-03 23:36:43 +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',
|
||||
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'
|
||||
}
|
||||
]
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user