chore: clean up log files and temp document structures
This commit is contained in:
@@ -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() {
|
||||
|
||||
@@ -2,5 +2,6 @@ package cmds
|
||||
|
||||
import (
|
||||
_ "neo/cmds/download"
|
||||
_ "neo/cmds/media"
|
||||
_ "neo/cmds/misc"
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user