mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-27 22:27:44 +02:00
Add ownerOnly text to ip
This commit is contained in:
@@ -8,6 +8,7 @@ module.exports = class IpCommand extends Command {
|
|||||||
group: 'util',
|
group: 'util',
|
||||||
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.',
|
||||||
|
details: 'Only the bot owner(s) may use this command.',
|
||||||
guarded: true,
|
guarded: true,
|
||||||
ownerOnly: true,
|
ownerOnly: true,
|
||||||
credit: [
|
credit: [
|
||||||
|
|||||||
Reference in New Issue
Block a user