please stop stealing my code

This commit is contained in:
Emily 2020-04-20 13:02:10 +10:00
parent 3e8c73f90a
commit f04f6c842f
29 changed files with 65 additions and 6 deletions

View file

@ -1,3 +1,7 @@
/* Copyright 2020 Emily J. / mudkipscience. Subject to the AGPLv3 license.
* Some code found in this file has been taken from Guidebot, which is licensed under the MIT license.
*/
// Functions in this file are bound to the client object, and available basically anywhere.
const { MessageEmbed } = require('discord.js')

View file

@ -1,3 +1,5 @@
// Copyright 2020 Emily J. / mudkipscience. Subject to the AGPLv3 license.
module.exports = client => {
}

View file

@ -1,3 +1,5 @@
// Copyright 2020 Emily J. / mudkipscience. Subject to the AGPLv3 license.
'use strict'
const { colorConsole } = require('tracer')

View file

@ -1,3 +1,5 @@
// Copyright 2020 Emily J. / mudkipscience. Subject to the AGPLv3 license.
const mongoose = require('mongoose')
module.exports = {

View file

@ -1,3 +1,5 @@
// Copyright 2020 Emily J. / mudkipscience. Subject to the AGPLv3 license.
const ytdl = require('ytdl-core-discord')
const fetch = require('node-fetch')
const { MessageEmbed } = require('discord.js')