Updated channel types to slowmode command
This commit is contained in:
@@ -28,7 +28,7 @@ export = {
|
|||||||
option
|
option
|
||||||
.setName("channel")
|
.setName("channel")
|
||||||
.setDescription("The channel to set the slowmode of.")
|
.setDescription("The channel to set the slowmode of.")
|
||||||
.addChannelTypes(ChannelType.GuildText),
|
.addChannelTypes(ChannelType.GuildText, ChannelType.GuildAnnouncement),
|
||||||
)
|
)
|
||||||
.setDefaultMemberPermissions(PermissionFlagsBits.Administrator)
|
.setDefaultMemberPermissions(PermissionFlagsBits.Administrator)
|
||||||
.setDMPermission(false),
|
.setDMPermission(false),
|
||||||
|
|||||||
Reference in New Issue
Block a user