mirror of
https://gitlab.com/bignutty/labscore.git
synced 2025-06-09 22:53:06 -04:00
cleanup
This commit is contained in:
parent
83e94328cf
commit
a8e0ac05f2
11 changed files with 9 additions and 39 deletions
|
@ -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)
|
||||
|
|
|
@ -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)
|
||||
|
|
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue