Skip to content

Commit

Permalink
fix: delete topic name in channel guild
Browse files Browse the repository at this point in the history
The Topic name made the REST call fail.
  • Loading branch information
kriive committed Mar 16, 2024
1 parent 6854957 commit b282f4f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion discord/ctf.go
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,6 @@ func (s *Server) handleCreateCTF(event *handler.ComponentEvent) error {
*event.GuildID(),
discord.GuildCategoryChannelCreate{
Name: ctf,
Topic: "new ctf",
Position: 1,
PermissionOverwrites: []discord.PermissionOverwrite{
discord.RolePermissionOverwrite{
Expand Down

0 comments on commit b282f4f

Please sign in to comment.