updated copyright notices
This commit is contained in:
parent
f04f6c842f
commit
eeea371762
28 changed files with 28 additions and 32 deletions
|
@ -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.')
|
||||
|
|
|
@ -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))
|
||||
|
|
|
@ -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) => {
|
||||
|
|
|
@ -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) => {
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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) => {
|
||||
|
|
|
@ -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...')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue