channel-info works in DM

This commit is contained in:
Daniel Odendahl Jr
2018-02-20 13:43:02 +00:00
parent 0cab1494a5
commit e6de138ce7
2 changed files with 1 additions and 2 deletions
-1
View File
@@ -17,7 +17,6 @@ module.exports = class ChannelInfoCommand extends Command {
group: 'info',
memberName: 'channel',
description: 'Responds with detailed information on a channel.',
guildOnly: true,
clientPermissions: ['EMBED_LINKS'],
args: [
{
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "xiao",
"version": "65.3.2",
"version": "65.3.3",
"description": "Your personal server companion.",
"main": "Xiao.js",
"scripts": {