update
This commit is contained in:
@@ -19,6 +19,7 @@ type Sender interface {
|
||||
GetAllMatch() [][]string
|
||||
Get(...int) string
|
||||
GetContent() string
|
||||
GetUserName() string
|
||||
IsAdmin() bool
|
||||
IsMedia() bool
|
||||
Reply(...interface{}) (int, error)
|
||||
@@ -152,3 +153,7 @@ func (sender *Faker) Disappear(lifetime ...time.Duration) {
|
||||
func (sender *Faker) Finish() {
|
||||
|
||||
}
|
||||
|
||||
func (sender *Faker) GetUserName() string {
|
||||
return ""
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user