mirror of
https://github.com/v0idp/Mellow.git
synced 2025-12-21 13:29:29 -06:00
- removed unecessary code in previous commit
- removed unecessary argument in catch
This commit is contained in:
@@ -102,7 +102,7 @@ module.exports = class OmbiService {
|
||||
} else {
|
||||
resolve(data[0].id);
|
||||
}
|
||||
}).catch((sel) => {
|
||||
}).catch(() => {
|
||||
this.client.reply(msg, 'Something went wrong! Couldn\'t find any movie.');
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user