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