print thing using my printer (yes)

Commando
loicbersier 6 years ago
parent 195a26699a
commit d680216556

@ -4,14 +4,17 @@ module.exports = class printCommand extends Command {
constructor(client) {
super(client, {
name: 'print',
group: 'owner',
group: 'fun',
memberName: 'print',
description: 'print what you write',
ownerOnly: true,
description: 'print whatever you want using the dev printer ! ( yea really, send a feedback requesting the image and i\'il send it to you.',
throttling: {
usages: 1,
duration: 86400,
},
args: [
{
key: 'text',
prompt: 'What do you want to print',
prompt: 'What do you want to print? ( text only )',
type: 'string',
}
]

@ -23,6 +23,8 @@
"discord.js-commando": "^0.10.0",
"faceapp": "^0.4.4",
"node-fetch": "^2.2.0",
"node-gyp": "^3.8.0",
"printer": "^0.2.2",
"self-reload-json": "^0.4.0",
"superagent": "^4.0.0-beta.5",
"youtube-dl": "^1.12.2"

Loading…
Cancel
Save