updated copyright notices

This commit is contained in:
Emily 2020-04-20 14:52:50 +10:00
parent f04f6c842f
commit eeea371762
28 changed files with 28 additions and 32 deletions

View file

@ -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.')

View file

@ -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))

View file

@ -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) => {

View file

@ -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) => {

View file

@ -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

View file

@ -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) => {

View file

@ -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...')