From d2dbbc881273f889a72aa0c2745f782114701d34 Mon Sep 17 00:00:00 2001 From: Dragon Fire Date: Mon, 25 May 2020 11:55:37 -0400 Subject: [PATCH] Update Credit in tweet/illegal --- README.md | 2 ++ commands/edit-image/tweet.js | 6 ++++++ commands/edit-meme/illegal.js | 2 +- 3 files changed, 9 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index fe1ff91f..cd59def3 100644 --- a/README.md +++ b/README.md @@ -948,6 +948,7 @@ here. * google-doodle ([Google Doodles API](https://www.google.com/doodles)) * google-feud (Autofill API) * gru-plan ([Noto Font](https://www.google.com/get/noto/)) + * illegal ([Noto Font](https://www.google.com/get/noto/)) * lisa-presentation ([Noto Font](https://www.google.com/get/noto/)) * map ([Maps Static API](https://developers.google.com/maps/documentation/maps-static/intro)) * new-password ([Noto Font](https://www.google.com/get/noto/)) @@ -960,6 +961,7 @@ here. * steam-now-playing ([Noto Font](https://www.google.com/get/noto/)) * steam-now-playing-classic ([Noto Font](https://www.google.com/get/noto/)) * translate ([Google Translate](https://translate.google.com/)) + * tweet ([Noto Font](https://www.google.com/get/noto/)) * two-buttons ([Noto Font](https://www.google.com/get/noto/)) * youtube ([YouTube Data API](https://developers.google.com/youtube/v3/)) - [Google Feud](http://www.googlefeud.com/) diff --git a/commands/edit-image/tweet.js b/commands/edit-image/tweet.js index 2e1a0284..30f4799d 100644 --- a/commands/edit-image/tweet.js +++ b/commands/edit-image/tweet.js @@ -30,6 +30,12 @@ module.exports = class TweetCommand extends Command { url: 'https://twitter.com/', reason: 'Image, API', reasonURL: 'https://developer.twitter.com/en/docs.html' + }, + { + name: 'Google', + url: 'https://www.google.com/', + reason: 'Noto Font', + reasonURL: 'https://www.google.com/get/noto/' } ], args: [ diff --git a/commands/edit-meme/illegal.js b/commands/edit-meme/illegal.js index 6cac7073..1c3b0ecc 100644 --- a/commands/edit-meme/illegal.js +++ b/commands/edit-meme/illegal.js @@ -1,4 +1,4 @@ -const { Command } = require('discord.js-commando'); +const Command = require('../../structures/Command'); const { createCanvas, loadImage, registerFont } = require('canvas'); const path = require('path'); const { wrapText } = require('../../util/Canvas');