add channel limiter for settings
This commit is contained in:
2 files changed
+8
-1
No files matched your search
@@ -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,
|
||||
}]
|
||||
},
|
||||
{
|
||||
|
||||
Reference in new issue
Block a user