Skip to content

Commit d032932

Browse files
committed
feat(command): Added 'shahin' and 'approvedList' to command lists in GenerateCommand
1 parent 1b1a18f commit d032932

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/service/command/generator.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,10 +47,10 @@ export class GenerateCommand {
4747
*/
4848
generate() {
4949
for (const command of COMMANDS) {
50-
if (["start", "help", "date","future","rules"].includes(command)) {
50+
if (["start", "help", "date","future","rules","shahin"].includes(command)) {
5151
this.create(command);
5252
} else if (
53-
["lock", "blacklist", "abl", "unLock", "rmbl"].includes(command)
53+
["lock", "blacklist", "abl", "unLock", "rmbl","approvedList"].includes(command)
5454
) {
5555
this.create(command, [CmdMid.isSupergroupOrChannel,CmdMid.AdminStatus]);
5656
} else if (["purge"].includes(command)) {

0 commit comments

Comments
 (0)