Skip to content

Commit

Permalink
Update misc.go
Browse files Browse the repository at this point in the history
Signed-off-by: ÁÑÑÍHÌLÅTØR SPÄRK <[email protected]>
  • Loading branch information
annihilatorrrr authored Jul 28, 2023
1 parent a25c660 commit d7f2f8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion alita/modules/misc.go
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ func (moduleStruct) paste(b *gotgbot.Bot, ctx *ext.Context) error {
args := ctx.Args()

// if command is disabled, return
if chat_status.CheckDisabledCmd(b, msg, "stat") {
if chat_status.CheckDisabledCmd(b, msg, "paste") {
return ext.EndGroups
}

Expand Down

0 comments on commit d7f2f8b

Please sign in to comment.