mirror of
https://github.com/chrisnov-it/quantumbotx.git
synced 2026-07-28 11:17:44 +00:00
8 lines
111 B
JavaScript
8 lines
111 B
JavaScript
|
|
'use strict';
|
||
|
|
|
||
|
|
const patch = require('../data/patch.json');
|
||
|
|
|
||
|
|
const patch$1 = patch;
|
||
|
|
|
||
|
|
module.exports = patch$1;
|