Explorar el Código

Change news/announcement channel indicator to a-

ayn2op hace 3 años
padre
commit
e058d74991
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      guilds_tree.go

+ 2 - 2
guilds_tree.go

@@ -94,8 +94,8 @@ func (gt *GuildsTree) channelToString(c discord.Channel) string {
 
 			s = strings.Join(rs, ", ")
 		}
-	case discord.GuildNews:
-		s = "n-" + c.Name
+	case discord.GuildAnnouncement:
+		s = "a-" + c.Name
 	case discord.GuildStore:
 		s = "s-" + c.Name
 	case discord.GuildForum: