This commit is contained in:
cdle
2021-09-23 21:58:29 +08:00
parent c8458645d3
commit daeefe4b29
+1 -1
View File
@@ -55,7 +55,7 @@ func (sender *Faker) GetChatID() int {
}
func (sender *Faker) GetImType() string {
if sender.Type == "" { //
if sender.Type == "" {
return "fake"
}
return sender.Type