Update Credit, Remove Dead Links

This commit is contained in:
lilyissillyyy
2025-09-13 00:02:49 -04:00
parent eb6158ac25
commit c6ce76343d
90 changed files with 88 additions and 669 deletions
@@ -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',
+1 -1
View File
@@ -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/',
+1 -1
View File
@@ -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',
-6
View File
@@ -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: [
-6
View File
@@ -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',
+2 -3
View File
@@ -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: [
+1
View File
@@ -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++) {