mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-22 18:29:14 +02:00
Update Credit in tweet/illegal
This commit is contained in:
@@ -948,6 +948,7 @@ here.
|
|||||||
* google-doodle ([Google Doodles API](https://www.google.com/doodles))
|
* google-doodle ([Google Doodles API](https://www.google.com/doodles))
|
||||||
* google-feud (Autofill API)
|
* google-feud (Autofill API)
|
||||||
* gru-plan ([Noto Font](https://www.google.com/get/noto/))
|
* 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/))
|
* lisa-presentation ([Noto Font](https://www.google.com/get/noto/))
|
||||||
* map ([Maps Static API](https://developers.google.com/maps/documentation/maps-static/intro))
|
* map ([Maps Static API](https://developers.google.com/maps/documentation/maps-static/intro))
|
||||||
* new-password ([Noto Font](https://www.google.com/get/noto/))
|
* 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 ([Noto Font](https://www.google.com/get/noto/))
|
||||||
* steam-now-playing-classic ([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/))
|
* 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/))
|
* two-buttons ([Noto Font](https://www.google.com/get/noto/))
|
||||||
* youtube ([YouTube Data API](https://developers.google.com/youtube/v3/))
|
* youtube ([YouTube Data API](https://developers.google.com/youtube/v3/))
|
||||||
- [Google Feud](http://www.googlefeud.com/)
|
- [Google Feud](http://www.googlefeud.com/)
|
||||||
|
|||||||
@@ -30,6 +30,12 @@ module.exports = class TweetCommand extends Command {
|
|||||||
url: 'https://twitter.com/',
|
url: 'https://twitter.com/',
|
||||||
reason: 'Image, API',
|
reason: 'Image, API',
|
||||||
reasonURL: 'https://developer.twitter.com/en/docs.html'
|
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: [
|
args: [
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
const { Command } = require('discord.js-commando');
|
const Command = require('../../structures/Command');
|
||||||
const { createCanvas, loadImage, registerFont } = require('canvas');
|
const { createCanvas, loadImage, registerFont } = require('canvas');
|
||||||
const path = require('path');
|
const path = require('path');
|
||||||
const { wrapText } = require('../../util/Canvas');
|
const { wrapText } = require('../../util/Canvas');
|
||||||
|
|||||||
Reference in New Issue
Block a user