chore: clean up log files and temp document structures

This commit is contained in:
Fd
2026-07-15 16:51:27 +07:00
parent d40b5571b9
commit 2a13b954ea
8 changed files with 6 additions and 323 deletions
+1 -1
View File
@@ -18,7 +18,7 @@ var Sticker = &core.Command{
Category: "media",
Description: "Create sticker from image/video or rewrite existing sticker EXIF",
Run: func(ctx *hc.Ctx) {
ctx.React("👌")
// go ctx.React("👌")
exifPath, cleanupExif := helper.ResolveExif(ctx.Arguments())
defer func() {