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

@ -11,7 +11,7 @@ module.exports = {
category: 'fun',
usage: `otter`
},
run: async (context, args) => {
run: async (context) => {
await context.triggerTyping();
try{
let res = await superagent.get(`https://otter.bruhmomentlol.repl.co/random`)