Merge Player and Queue services

This commit is contained in:
Max Isom 2020-03-20 20:47:04 -05:00
parent 646f030781
commit 9c91ce1a13
21 changed files with 236 additions and 255 deletions

View file

@ -90,8 +90,8 @@ export default class {
await handler.execute(msg, args);
} catch (error) {
console.error(error);
await msg.channel.send(errorMsg('¯\\_(ツ)_/¯'));
debug(error);
await msg.channel.send(errorMsg(error.message.toLowerCase()));
}
});