mirror of
https://github.com/DarthKilroy/Spot.git
synced 2025-12-26 05:36:48 +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,4 +1,4 @@
|
|||
const Guild = require('../../model/guild');
|
||||
const Guild = require('../model/guild');
|
||||
|
||||
module.exports = async (member) => {
|
||||
if ((member.guild === null || isRightGuild(member.guild.id)) && !member.user.bot) {
|
||||
|
|
@ -1,4 +1,4 @@
|
|||
const Command = require('../../model/command');
|
||||
const Command = require('../model/command');
|
||||
|
||||
/**
|
||||
* @param {Message} message
|
||||
|
|
@ -1,6 +1,6 @@
|
|||
const Logger = require('@lilywonhalf/pretty-logger');
|
||||
const Config = require('../../config.json');
|
||||
const Guild = require('../../model/guild');
|
||||
const Config = require('../config.json');
|
||||
const Guild = require('../model/guild');
|
||||
|
||||
module.exports = async () => {
|
||||
Logger.info('Logged in as ' + bot.user.username + '#' + bot.user.discriminator);
|
||||
Loading…
Add table
Add a link
Reference in a new issue