UNPKG

lixo.js

Version:
9 lines (8 loc) 223 B
module.exports = { name: "$c", description: "Ignores the content within the brackets. Used for adding comments to code.", takesBrackets: true, execute: async (context, args) => { return ""; } };