This commit is contained in:
derpystuff 2022-07-29 22:49:11 +02:00
parent 83e94328cf
commit a8e0ac05f2
11 changed files with 9 additions and 39 deletions

View file

@ -13,7 +13,7 @@ module.exports = {
category: 'image',
usage: 'deepdream <image>'
},
run: async (context, args) => {
run: async (context) => {
context.triggerTyping();
try{
let image = await getRecentImage(context, 50)

View file

@ -13,7 +13,7 @@ module.exports = {
category: 'image',
usage: 'superresolution <image>'
},
run: async (context, args) => {
run: async (context) => {
context.triggerTyping();
try{
let image = await getRecentImage(context, 50)

View file

@ -13,7 +13,7 @@ module.exports = {
category: 'image',
usage: 'waifu2x <image>'
},
run: async (context, args) => {
run: async (context) => {
context.triggerTyping();
try{
let image = await getRecentImage(context, 50)