Image name
This commit is contained in:
parent
cb1686030a
commit
53c81941db
1 changed files with 2 additions and 2 deletions
4
main.go
4
main.go
|
@ -223,7 +223,7 @@ func (h *handler) cmdPic(ctx context.Context, data cmdroute.CommandData) *api.In
|
|||
imageFile := bytes.NewBuffer(imageBytes)
|
||||
|
||||
file := sendpart.File{
|
||||
Name: "image.png",
|
||||
Name: "himbot_response.png",
|
||||
Reader: imageFile,
|
||||
}
|
||||
|
||||
|
@ -272,7 +272,7 @@ func (h *handler) cmdHDPic(ctx context.Context, data cmdroute.CommandData) *api.
|
|||
imageFile := bytes.NewBuffer(imageBytes)
|
||||
|
||||
file := sendpart.File{
|
||||
Name: "image.png",
|
||||
Name: "himbot_response.png",
|
||||
Reader: imageFile,
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue