start channel update responder

This commit is contained in:
sam 2024-08-20 14:11:08 +02:00
parent 7c02f8efba
commit eb40872254
Signed by: sam
GPG key ID: 5F3C3C1B3166639D
4 changed files with 122 additions and 15 deletions

View file

@ -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}");