mirror of
https://github.com/BluemediaDev/muse.git
synced 2025-06-28 01:32:42 +02:00
Merge Player and Queue services
This commit is contained in:
parent
646f030781
commit
9c91ce1a13
21 changed files with 236 additions and 255 deletions
|
@ -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()));
|
||||
}
|
||||
});
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue