print thing using my printer (yes)
This commit is contained in:
parent
195a26699a
commit
d680216556
2 changed files with 9 additions and 4 deletions
|
@ -4,14 +4,17 @@ module.exports = class printCommand extends Command {
|
||||||
constructor(client) {
|
constructor(client) {
|
||||||
super(client, {
|
super(client, {
|
||||||
name: 'print',
|
name: 'print',
|
||||||
group: 'owner',
|
group: 'fun',
|
||||||
memberName: 'print',
|
memberName: 'print',
|
||||||
description: 'print what you write',
|
description: 'print whatever you want using the dev printer ! ( yea really, send a feedback requesting the image and i\'il send it to you.',
|
||||||
ownerOnly: true,
|
throttling: {
|
||||||
|
usages: 1,
|
||||||
|
duration: 86400,
|
||||||
|
},
|
||||||
args: [
|
args: [
|
||||||
{
|
{
|
||||||
key: 'text',
|
key: 'text',
|
||||||
prompt: 'What do you want to print',
|
prompt: 'What do you want to print? ( text only )',
|
||||||
type: 'string',
|
type: 'string',
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|
|
@ -23,6 +23,8 @@
|
||||||
"discord.js-commando": "^0.10.0",
|
"discord.js-commando": "^0.10.0",
|
||||||
"faceapp": "^0.4.4",
|
"faceapp": "^0.4.4",
|
||||||
"node-fetch": "^2.2.0",
|
"node-fetch": "^2.2.0",
|
||||||
|
"node-gyp": "^3.8.0",
|
||||||
|
"printer": "^0.2.2",
|
||||||
"self-reload-json": "^0.4.0",
|
"self-reload-json": "^0.4.0",
|
||||||
"superagent": "^4.0.0-beta.5",
|
"superagent": "^4.0.0-beta.5",
|
||||||
"youtube-dl": "^1.12.2"
|
"youtube-dl": "^1.12.2"
|
||||||
|
|
Loading…
Reference in a new issue