1
0
mirror of https://github.com/Mrs4s/MiraiGo.git synced 2025-05-04 11:07:40 +08:00

feat: new channel type

This commit is contained in:
Mrs4s 2021-11-21 01:13:01 +08:00
parent 0329290276
commit a807e8ea7e
No known key found for this signature in database
GPG Key ID: 3186E98FA19CE3A7

View File

@ -123,6 +123,7 @@ const (
ChannelTypeText ChannelType = 1
ChannelTypeVoice ChannelType = 2
ChannelTypeLive ChannelType = 5
ChannelTypeTopic ChannelType = 7
)
func init() {