diff --git a/commands/8ball.js b/commands/8ball.js index 467df90..869c627 100644 --- a/commands/8ball.js +++ b/commands/8ball.js @@ -1,4 +1,4 @@ -// Copyright 2020 Emily J. / mudkipscience. Subject to the AGPLv3 license. +// Copyright 2020 Emily J. / mudkipscience and contributors. Subject to the AGPLv3 license. exports.conf = { enabled: true, diff --git a/commands/emoji.js b/commands/emoji.js index 7d861b2..42e0d46 100644 --- a/commands/emoji.js +++ b/commands/emoji.js @@ -1,4 +1,4 @@ -// Copyright 2020 Emily J. / mudkipscience. Subject to the AGPLv3 license. +// Copyright 2020 Emily J. / mudkipscience and contributors. Subject to the AGPLv3 license. exports.conf = { enabled: true, diff --git a/commands/eval.js b/commands/eval.js index 768678c..4e22f1a 100644 --- a/commands/eval.js +++ b/commands/eval.js @@ -1,4 +1,4 @@ -// Copyright 2020 Emily J. / mudkipscience. Subject to the AGPLv3 license. +// Copyright 2020 Emily J. / mudkipscience and contributors. Subject to the AGPLv3 license. /* eslint-disable no-eval */ diff --git a/commands/forceskip.js b/commands/forceskip.js index 33e1715..5845870 100644 --- a/commands/forceskip.js +++ b/commands/forceskip.js @@ -1,4 +1,4 @@ -// Copyright 2020 Emily J. / mudkipscience. Subject to the AGPLv3 license. +// Copyright 2020 Emily J. / mudkipscience and contributors. Subject to the AGPLv3 license. exports.conf = { enabled: true, diff --git a/commands/help.js b/commands/help.js index efc11ac..bd7cabd 100644 --- a/commands/help.js +++ b/commands/help.js @@ -1,4 +1,4 @@ -// Copyright 2020 Emily J. / mudkipscience. Subject to the AGPLv3 license. +// Copyright 2020 Emily J. / mudkipscience and contributors. Subject to the AGPLv3 license. exports.conf = { enabled: true, diff --git a/commands/invite.js b/commands/invite.js index fa11e74..87fe22b 100644 --- a/commands/invite.js +++ b/commands/invite.js @@ -1,4 +1,4 @@ -// Copyright 2020 Emily J. / mudkipscience. Subject to the AGPLv3 license. +// Copyright 2020 Emily J. / mudkipscience and contributors. Subject to the AGPLv3 license. exports.conf = { enabled: true, diff --git a/commands/level.js b/commands/level.js index 6d19421..ca11482 100644 --- a/commands/level.js +++ b/commands/level.js @@ -1,4 +1,4 @@ -// Copyright 2020 Emily J. / mudkipscience. Subject to the AGPLv3 license. +// Copyright 2020 Emily J. / mudkipscience and contributors. Subject to the AGPLv3 license. exports.conf = { enabled: true, diff --git a/commands/myprefix.js b/commands/myprefix.js index 7b8b390..b0b5a4a 100644 --- a/commands/myprefix.js +++ b/commands/myprefix.js @@ -1,4 +1,4 @@ -// Copyright 2020 Emily J. / mudkipscience. Subject to the AGPLv3 license. +// Copyright 2020 Emily J. / mudkipscience and contributors. Subject to the AGPLv3 license. exports.conf = { enabled: true, diff --git a/commands/ping.js b/commands/ping.js index ee6967d..451b017 100644 --- a/commands/ping.js +++ b/commands/ping.js @@ -1,4 +1,4 @@ -// Copyright 2020 Emily J. / mudkipscience. Subject to the AGPLv3 license. +// Copyright 2020 Emily J. / mudkipscience and contributors. Subject to the AGPLv3 license. exports.conf = { enabled: true, diff --git a/commands/play.js b/commands/play.js index 56a6ba5..c3ac80e 100644 --- a/commands/play.js +++ b/commands/play.js @@ -1,4 +1,4 @@ -// Copyright 2020 Emily J. / mudkipscience. Subject to the AGPLv3 license. +// Copyright 2020 Emily J. / mudkipscience and contributors. Subject to the AGPLv3 license. exports.conf = { enabled: true, diff --git a/commands/prefix.js b/commands/prefix.js index 0c1da72..270552d 100644 --- a/commands/prefix.js +++ b/commands/prefix.js @@ -1,4 +1,4 @@ -// Copyright 2020 Emily J. / mudkipscience. Subject to the AGPLv3 license. +// Copyright 2020 Emily J. / mudkipscience and contributors. Subject to the AGPLv3 license. exports.conf = { enabled: true, diff --git a/commands/pride.js b/commands/pride.js index 9e05bfb..5178a90 100644 --- a/commands/pride.js +++ b/commands/pride.js @@ -1,4 +1,4 @@ -// Copyright 2020 Emily J. / mudkipscience. Subject to the AGPLv3 license. +// Copyright 2020 Emily J. / mudkipscience and contributors. Subject to the AGPLv3 license. exports.conf = { enabled: true, diff --git a/commands/ship.js b/commands/ship.js index 0b35eaf..e156e6c 100644 --- a/commands/ship.js +++ b/commands/ship.js @@ -1,5 +1,5 @@ -// Copyright 2020 Emily J. / mudkipscience. Subject to the AGPLv3 license. +// Copyright 2020 Emily J. / mudkipscience and contributors. Subject to the AGPLv3 license. exports.conf = { enabled: true, diff --git a/commands/support.js b/commands/support.js index 5db5378..b696986 100644 --- a/commands/support.js +++ b/commands/support.js @@ -1,4 +1,4 @@ -// Copyright 2020 Emily J. / mudkipscience. Subject to the AGPLv3 license. +// Copyright 2020 Emily J. / mudkipscience and contributors. Subject to the AGPLv3 license. exports.conf = { enabled: true, diff --git a/commands/volume.js b/commands/volume.js index de93d23..67ef589 100644 --- a/commands/volume.js +++ b/commands/volume.js @@ -1,4 +1,4 @@ -// Copyright 2020 Emily J. / mudkipscience. Subject to the AGPLv3 license. +// Copyright 2020 Emily J. / mudkipscience and contributors. Subject to the AGPLv3 license. exports.conf = { enabled: true, diff --git a/events/disconnect.js b/events/disconnect.js index 2db41ac..ca34fed 100644 --- a/events/disconnect.js +++ b/events/disconnect.js @@ -1,4 +1,4 @@ -// Copyright 2020 Emily J. / mudkipscience. Subject to the AGPLv3 license. +// Copyright 2020 Emily J. / mudkipscience and contributors. Subject to the AGPLv3 license. module.exports = (client) => { client.logger.warn('Lost connection to Discord.') diff --git a/events/error.js b/events/error.js index 1ae89ce..884dd55 100644 --- a/events/error.js +++ b/events/error.js @@ -1,4 +1,4 @@ -// Copyright 2020 Emily J. / mudkipscience. Subject to the AGPLv3 license. +// Copyright 2020 Emily J. / mudkipscience and contributors. Subject to the AGPLv3 license. module.exports = async (client, error) => { client.logger.error(JSON.stringify(error.stack)) diff --git a/events/guildCreate.js b/events/guildCreate.js index 71103f4..822489c 100644 --- a/events/guildCreate.js +++ b/events/guildCreate.js @@ -1,4 +1,4 @@ -// Copyright 2020 Emily J. / mudkipscience. Subject to the AGPLv3 license. +// Copyright 2020 Emily J. / mudkipscience and contributors. Subject to the AGPLv3 license. const Discord = require('discord.js') module.exports = async (client, guild) => { diff --git a/events/guildDelete.js b/events/guildDelete.js index fa156fb..18a3539 100644 --- a/events/guildDelete.js +++ b/events/guildDelete.js @@ -1,4 +1,4 @@ -// Copyright 2020 Emily J. / mudkipscience. Subject to the AGPLv3 license. +// Copyright 2020 Emily J. / mudkipscience and contributors. Subject to the AGPLv3 license. const Discord = require('discord.js') module.exports = async (client, guild) => { diff --git a/events/message.js b/events/message.js index 261c0d8..6a26bee 100644 --- a/events/message.js +++ b/events/message.js @@ -1,4 +1,4 @@ -// Copyright 2020 Emily J. / mudkipscience. Subject to the AGPLv3 license. +// Copyright 2020 Emily J. / mudkipscience and contributors. Subject to the AGPLv3 license. module.exports = async (client, message) => { if (message.author.bot) return diff --git a/events/ready.js b/events/ready.js index 3deb18e..0a3bc3a 100644 --- a/events/ready.js +++ b/events/ready.js @@ -1,4 +1,4 @@ -// Copyright 2020 Emily J. / mudkipscience. Subject to the AGPLv3 license. +// Copyright 2020 Emily J. / mudkipscience and contributors. Subject to the AGPLv3 license. const moment = require('moment') module.exports = (client) => { diff --git a/events/reconnecting.js b/events/reconnecting.js index ef1f10a..768e0c8 100644 --- a/events/reconnecting.js +++ b/events/reconnecting.js @@ -1,4 +1,4 @@ -// Copyright 2020 Emily J. / mudkipscience. Subject to the AGPLv3 license. +// Copyright 2020 Emily J. / mudkipscience and contributors. Subject to the AGPLv3 license. module.exports = (client) => { client.logger.info('Reconnecting to Discord...') diff --git a/index.js b/index.js index 687ede4..73cb202 100644 --- a/index.js +++ b/index.js @@ -1,8 +1,4 @@ -/* Copyright 2020 Emily J. / mudkipscience. Subject to the AGPLv3 license. - * You will find this message at the start of every file in woomy. Please - * keep in mind that I didn't do all the work, I just don't think the other - * developers would be comfortable providing their names :P - */ +// Copyright 2020 Emily J. / mudkipscience and contributors. Subject to the AGPLv3 license. 'use strict' diff --git a/utils/_functions.js b/utils/_functions.js index bd2a9d4..519d2a7 100644 --- a/utils/_functions.js +++ b/utils/_functions.js @@ -1,4 +1,4 @@ -/* Copyright 2020 Emily J. / mudkipscience. Subject to the AGPLv3 license. +/* Copyright 2020 Emily J. / mudkipscience and contributors. Subject to the AGPLv3 license. * Some code found in this file has been taken from Guidebot, which is licensed under the MIT license. */ diff --git a/utils/botlists.js b/utils/botlists.js index 92d6ac9..b584297 100644 --- a/utils/botlists.js +++ b/utils/botlists.js @@ -1,4 +1,4 @@ -// Copyright 2020 Emily J. / mudkipscience. Subject to the AGPLv3 license. +// Copyright 2020 Emily J. / mudkipscience and contributors. Subject to the AGPLv3 license. module.exports = client => { diff --git a/utils/logger.js b/utils/logger.js index c159ca0..d00045e 100644 --- a/utils/logger.js +++ b/utils/logger.js @@ -1,4 +1,4 @@ -// Copyright 2020 Emily J. / mudkipscience. Subject to the AGPLv3 license. +// Copyright 2020 Emily J. / mudkipscience and contributors. Subject to the AGPLv3 license. 'use strict' diff --git a/utils/mongoose.js b/utils/mongoose.js index 08bdfce..186779e 100644 --- a/utils/mongoose.js +++ b/utils/mongoose.js @@ -1,4 +1,4 @@ -// Copyright 2020 Emily J. / mudkipscience. Subject to the AGPLv3 license. +// Copyright 2020 Emily J. / mudkipscience and contributors. Subject to the AGPLv3 license. const mongoose = require('mongoose') diff --git a/utils/music.js b/utils/music.js index ad8d1a5..825334b 100644 --- a/utils/music.js +++ b/utils/music.js @@ -1,4 +1,4 @@ -// Copyright 2020 Emily J. / mudkipscience. Subject to the AGPLv3 license. +// Copyright 2020 Emily J. / mudkipscience and contributors. Subject to the AGPLv3 license. const ytdl = require('ytdl-core-discord') const fetch = require('node-fetch')