start channel update responder
This commit is contained in:
parent
7c02f8efba
commit
eb40872254
4 changed files with 122 additions and 15 deletions
|
|
@ -29,7 +29,7 @@ public class ChannelCreateResponder(
|
|||
ChannelType.GuildVoice => "Voice channel created",
|
||||
ChannelType.GuildCategory => "Category channel created",
|
||||
ChannelType.GuildAnnouncement or ChannelType.GuildText => "Text channel created",
|
||||
_ => "Chanel created"
|
||||
_ => "Channel created"
|
||||
})
|
||||
.WithColour(DiscordUtils.Green)
|
||||
.WithFooter($"ID: {ch.ID}");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue