nexushub-commands 2.0.7 → 2.0.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -209,4 +209,3 @@ class ParserSharedCommandsService {
|
|
|
209
209
|
}
|
|
210
210
|
}
|
|
211
211
|
exports.ParserSharedCommandsService = ParserSharedCommandsService;
|
|
212
|
-
fs.writeFileSync('test.ts', ParserSharedCommandsService.transformCommand(fs.readFileSync('/Volumes/dev/TypeScript/nexus-hub/example-bot/src/commands/shared/users/nfts/BookingMammothNFT.srdcmd.ts', 'utf-8')));
|
package/package.json
CHANGED
|
@@ -227,5 +227,3 @@ export class ParserSharedCommandsService {
|
|
|
227
227
|
return results
|
|
228
228
|
}
|
|
229
229
|
}
|
|
230
|
-
|
|
231
|
-
fs.writeFileSync('test.ts', ParserSharedCommandsService.transformCommand(fs.readFileSync('/Volumes/dev/TypeScript/nexus-hub/example-bot/src/commands/shared/users/nfts/BookingMammothNFT.srdcmd.ts', 'utf-8')))
|