Add ownerOnly to README

This commit is contained in:
Dragon Fire
2020-02-28 13:40:05 -05:00
parent 5b9a506377
commit 673408cd3e
3 changed files with 5 additions and 3 deletions
+1 -1
View File
@@ -7,7 +7,7 @@ module.exports = class IpCommand extends Command {
name: 'ip',
group: 'util',
memberName: 'ip',
description: 'Responds with the IP address Xiao\'s server is running on.',
description: 'Responds with the IP address the bot\'s server is running on.',
details: 'Only the bot owner(s) may use this command.',
guarded: true,
ownerOnly: true,