mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-18 13:56:25 +02:00
Update Credit, Remove Dead Links
This commit is contained in:
@@ -20,8 +20,7 @@ module.exports = class AxisCultSignUpCommand extends Command {
|
||||
{
|
||||
name: 'cheesecakejedi',
|
||||
url: 'https://imgur.com/user/cheesecakejedi',
|
||||
reason: 'Image',
|
||||
reasonURL: 'https://imgur.com/gallery/quQTD'
|
||||
reason: 'Image'
|
||||
},
|
||||
{
|
||||
name: 'hbl917070',
|
||||
|
||||
@@ -21,7 +21,7 @@ module.exports = class CautionCommand extends Command {
|
||||
name: 'Google',
|
||||
url: 'https://www.google.com/',
|
||||
reason: 'Noto Font',
|
||||
reasonURL: 'https://www.google.com/get/noto/'
|
||||
reasonURL: 'https://fonts.google.com/noto'
|
||||
},
|
||||
{
|
||||
name: 'Wikimedia Commons',
|
||||
|
||||
@@ -17,12 +17,6 @@ module.exports = class ChineseRestaurantCommand extends Command {
|
||||
},
|
||||
clientPermissions: [PermissionFlagsBits.AttachFiles],
|
||||
credit: [
|
||||
{
|
||||
name: 'ATOM.SMASHER.ORG',
|
||||
url: 'http://atom.smasher.org/',
|
||||
reason: 'Image',
|
||||
reasonURL: 'http://atom.smasher.org/chinese/'
|
||||
},
|
||||
{
|
||||
name: 'Fontsgeek',
|
||||
url: 'http://fontsgeek.com/',
|
||||
|
||||
@@ -21,7 +21,7 @@ module.exports = class DangerCommand extends Command {
|
||||
name: 'Google',
|
||||
url: 'https://www.google.com/',
|
||||
reason: 'Noto Font',
|
||||
reasonURL: 'https://www.google.com/get/noto/'
|
||||
reasonURL: 'https://fonts.google.com/noto'
|
||||
},
|
||||
{
|
||||
name: 'Wikimedia Commons',
|
||||
|
||||
@@ -17,12 +17,6 @@ module.exports = class HighwaySignCommand extends Command {
|
||||
},
|
||||
clientPermissions: [PermissionFlagsBits.AttachFiles],
|
||||
credit: [
|
||||
{
|
||||
name: 'ATOM.SMASHER.ORG',
|
||||
url: 'http://atom.smasher.org/',
|
||||
reason: 'Image',
|
||||
reasonURL: 'http://atom.smasher.org/construction/'
|
||||
},
|
||||
{
|
||||
name: 'Ash Pikachu Font',
|
||||
url: 'https://www.dafont.com/ashpikachu099.d2541',
|
||||
|
||||
@@ -20,12 +20,6 @@ module.exports = class LicensePlateCommand extends Command {
|
||||
url: 'https://www.fontspace.com/dave-hansen',
|
||||
reason: 'License Plate Font',
|
||||
reasonURL: 'https://www.fontspace.com/license-plate-font-f3359'
|
||||
},
|
||||
{
|
||||
name: 'Pin Clipart',
|
||||
url: 'https://www.pinclipart.com/',
|
||||
reason: 'Image',
|
||||
reasonURL: 'https://www.pinclipart.com/maxpin/bJxii/'
|
||||
}
|
||||
],
|
||||
args: [
|
||||
|
||||
@@ -16,12 +16,6 @@ module.exports = class SpeedLimitCommand extends Command {
|
||||
},
|
||||
clientPermissions: [PermissionFlagsBits.AttachFiles],
|
||||
credit: [
|
||||
{
|
||||
name: 'RoadTrafficSigns',
|
||||
url: 'https://www.roadtrafficsigns.com/',
|
||||
reason: 'Image',
|
||||
reasonURL: 'https://www.roadtrafficsigns.com/speed-limit-sign/speed-limit-70-sign/sku-x-r2-1-70.aspx'
|
||||
},
|
||||
{
|
||||
name: 'Ash Pikachu Font',
|
||||
url: 'https://www.dafont.com/ashpikachu099.d2541',
|
||||
|
||||
@@ -28,14 +28,13 @@ module.exports = class TweetCommand extends Command {
|
||||
{
|
||||
name: 'Twitter',
|
||||
url: 'https://twitter.com/',
|
||||
reason: 'Image, Chirp Font, API',
|
||||
reasonURL: 'https://developer.twitter.com/en/docs.html'
|
||||
reason: 'Image, Chirp Font, API'
|
||||
},
|
||||
{
|
||||
name: 'Google',
|
||||
url: 'https://www.google.com/',
|
||||
reason: 'Noto Font',
|
||||
reasonURL: 'https://www.google.com/get/noto/'
|
||||
reasonURL: 'https://fonts.google.com/noto'
|
||||
}
|
||||
],
|
||||
args: [
|
||||
|
||||
@@ -111,6 +111,7 @@ module.exports = class UndertaleCommand extends Command {
|
||||
ctx.font = this.client.fonts.get(font).toCanvasString(32);
|
||||
ctx.fillStyle = 'white';
|
||||
ctx.textBaseline = 'top';
|
||||
if (character === 'temmie') quote = this.client.registry.commands.get('temmie').temmize(quote);
|
||||
const text = wrapText(ctx, quote, 385);
|
||||
const lines = text.length > 3 ? 3 : text.length;
|
||||
for (let i = 0; i < lines; i++) {
|
||||
|
||||
Reference in New Issue
Block a user