Skip to content

Commit f8f520d

Browse files
committed
feat(command): "Removed groupJoin.ts file and updated Permissions/index.ts to remove sticker and forward options from available action types."
1 parent 79054f4 commit f8f520d

2 files changed

Lines changed: 1 addition & 91 deletions

File tree

src/service/bot/groupJoin.ts

Lines changed: 0 additions & 90 deletions
This file was deleted.

src/service/command/Permissions/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ export class Permissions {
167167
break;
168168
default:
169169
return ctx.reply(
170-
`Invalid ${action} type. Available options are: sticker, gif, forward, poll.`
170+
`Invalid ${action} type. Available options are: gif, poll.`
171171
);
172172
}
173173
await ctx.reply(

0 commit comments

Comments
 (0)