mirror of
https://github.com/DarthKilroy/Spot.git
synced 2025-12-25 21:26:49 +00:00
Remove unused code, clean up folder tree
This commit is contained in:
parent
a4892d854b
commit
1e8c1261f5
14 changed files with 38 additions and 80 deletions
|
|
@ -1,12 +0,0 @@
|
|||
const Command = require('../../model/command');
|
||||
|
||||
/**
|
||||
* @param {Message} message
|
||||
*/
|
||||
module.exports = async (message) => {
|
||||
const user = message.author;
|
||||
|
||||
if ((message.guild === null || isRightGuild(message.guild.id)) && !user.bot) {
|
||||
await Command.parseMessage(message);
|
||||
}
|
||||
};
|
||||
Loading…
Add table
Add a link
Reference in a new issue