mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-16 15:57:54 +02:00
Update Credit in tweet/illegal
This commit is contained in:
@@ -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,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');
|
||||
|
||||
Reference in New Issue
Block a user