Réécriture complète 4.0
Some checks failed
Build and Push Docker Image / build-and-push (push) Failing after 6m16s
Some checks failed
Build and Push Docker Image / build-and-push (push) Failing after 6m16s
This commit is contained in:
15
src/commands/salonpostam/index.ts
Normal file
15
src/commands/salonpostam/index.ts
Normal file
@@ -0,0 +1,15 @@
|
||||
import * as crack from "./crack"
|
||||
import * as papa from "./papa"
|
||||
import * as parle from "./parle"
|
||||
import * as spam from "./spam"
|
||||
import * as update from "./update"
|
||||
|
||||
import type { Command } from "@/types"
|
||||
|
||||
export default [
|
||||
crack,
|
||||
papa,
|
||||
parle,
|
||||
spam,
|
||||
update
|
||||
] as Command[]
|
||||
Reference in New Issue
Block a user