mirror of
https://github.com/xaionaro-go/streamctl.git
synced 2025-12-24 12:27:57 +08:00
6 lines
104 B
Go
6 lines
104 B
Go
package config
|
|
|
|
type Raid struct {
|
|
AutoRaidOnStreamEnd []ChatUserID `yaml:"auto_raid_on_stream_end"`
|
|
}
|