UNPKG
djs-systems
Version:
latest (4.0.3)
4.0.3
4.0.2
4.0.1
4.0.0
1.0.2
1.0.1
1.0.0
The simplest way to build complex Discord bots.
simplyd.js.org
Rahuletto/simply-djs
djs-systems
/
lib
/
src
/
error
/
Deprecated.js
8 lines
(7 loc)
•
284 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
"use strict"
;
Object
.
defineProperty
(
exports
,
"__esModule"
, {
value
:
true
});
exports
.
Deprecated
=
void
0
;
async
function
Deprecated
(
options = {}
) { process.
emitWarning
(options.
desc
+
'\nThank you 🤗'
,
`SimplyDJS | DeprecationWarning`
); }
exports
.
Deprecated
=
Deprecated
;