UNPKG
lixo.js
Version:
latest (0.1.3)
0.1.3
0.1.2
0.1.1
github.com/Bottomloader/lixo.js
Bottomloader/lixo.js
lixo.js
/
src
/
functions
/
c.js
9 lines
(8 loc)
•
223 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
module.exports = { name:
"$c"
, description:
"Ignores the content within the brackets. Used for adding comments to code."
, takesBrackets:
true
, execute:
async
(context,
args
) => {
return
""
; } };