UNPKG
functions-tools
Version:
latest (0.1.5)
0.1.5
0.0.9
0.0.8
0.0.7
0.0.6
0.0.4
0.0.1
Your fonctions friends
github.com/flav28/functions-tools
flav28/functions-tools
functions-tools
/
src
/
functions
/
Discord.js
13 lines
(9 loc)
•
220 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
const
{languageBuild, objectConstructor} =
require
(
"../structure.js"
);
const
lang =
languageBuild
();
let
client =
null
;
module
.
exports
= { updateClient };
function
updateClient
(
c
) { client = c; }