diff --git a/commands/settings.js b/commands/settings.js index 5586e79..87168d5 100644 --- a/commands/settings.js +++ b/commands/settings.js @@ -28,6 +28,7 @@ module.exports = { description: "The channel to configure", value: "channel", type: 7, + channel_types: [0], // Restrict to text channel required: true, }] }, @@ -41,6 +42,7 @@ module.exports = { description: "The channel to configure", value: "channel", type: 7, + channel_types: [0], // Restrict to text channel required: true, }] }, @@ -62,6 +64,7 @@ module.exports = { description: "The channel to configure", value: "channel", type: 7, + channel_types: [0], // Restrict to text channel required: true, }] }, @@ -89,6 +92,7 @@ module.exports = { description: "The channel to configure", value: "channel", type: 7, + channel_types: [0], // Restrict to text channel required: true, }] }, @@ -116,6 +120,7 @@ module.exports = { description: "The channel to configure", value: "channel", type: 7, + channel_types: [0], // Restrict to text channel required: true, }] }, @@ -143,6 +148,8 @@ module.exports = { description: "The channel to configure", value: "channel", type: 7, + channel_types: [0], // Restrict to text channel, + required: true, }] }, { diff --git a/config/config.js b/config/config.js index 7a1dee7..d224500 100644 --- a/config/config.js +++ b/config/config.js @@ -1,6 +1,6 @@ module.exports = { Dev: "PROD.", - Version: "12.3.1", + Version: "12.3.2", Admins: ["362791661274660874", "329371697570381824"], // Admins of the bot DefaultPrefix: "?", ServerID: "955668596745461830",