Update Credit in tweet/illegal

This commit is contained in:
Dragon Fire
2020-05-25 11:55:37 -04:00
parent b9c6ffef0e
commit d2dbbc8812
3 changed files with 9 additions and 1 deletions
+6
View File
@@ -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: [
+1 -1
View File
@@ -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');