forked from Supositware/Haha-Yes
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) {
|
||||
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…
Reference in a new issue