Console logs and region var

This commit is contained in:
2024-01-20 01:39:52 -07:00
parent 4469788d91
commit 7fbfb3fd26
3 changed files with 9 additions and 4 deletions

View File

@ -189,7 +189,6 @@ func (h *handler) cmdPic(ctx context.Context, data cmdroute.CommandData) *api.In
// Concatenate clean username and timestamp to form filename
filename := data.Event.Sender().Username + "_" + timestamp + ".jpg"
fmt.Println("The filename is: ", filename)
imageFile, err := lib.ReplicateImageGeneration(options.Prompt, filename)