mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-03 15:07:42 +02:00
Fix OverTime Credit
This commit is contained in:
@@ -1583,7 +1583,7 @@ here.
|
||||
* osu ([API](https://github.com/ppy/osu-api/wiki))
|
||||
- [Over the Green Fields](https://asianwiki.com/Over_the_Green_Fields)
|
||||
* soundboard (Sad Violin Sound)
|
||||
- [Overtime2005](https://github.com/Overtime2005)
|
||||
- [0vertime-dev](https://github.com/0vertime-dev)
|
||||
* alert (Concept)
|
||||
* boardroom-meeting (Concept)
|
||||
* dislike (Concept)
|
||||
|
||||
@@ -28,8 +28,8 @@ module.exports = class GandhiQuoteCommand extends Command {
|
||||
reasonURL: 'https://www.fontsquirrel.com/fonts/Latin-Modern-Roman'
|
||||
},
|
||||
{
|
||||
name: 'Overtime2005',
|
||||
url: 'https://github.com/Overtime2005',
|
||||
name: '0vertime-dev',
|
||||
url: 'https://github.com/0vertime-dev',
|
||||
reason: 'Concept'
|
||||
}
|
||||
],
|
||||
|
||||
@@ -17,8 +17,8 @@ module.exports = class GunCommand extends Command {
|
||||
clientPermissions: ['ATTACH_FILES'],
|
||||
credit: [
|
||||
{
|
||||
name: 'Overtime2005',
|
||||
url: 'https://github.com/Overtime2005',
|
||||
name: '0vertime-dev',
|
||||
url: 'https://github.com/0vertime-dev',
|
||||
reason: 'Concept'
|
||||
},
|
||||
{
|
||||
|
||||
@@ -18,8 +18,8 @@ module.exports = class HandsCommand extends Command {
|
||||
clientPermissions: ['ATTACH_FILES'],
|
||||
credit: [
|
||||
{
|
||||
name: 'Overtime2005',
|
||||
url: 'https://github.com/Overtime2005',
|
||||
name: '0vertime-dev',
|
||||
url: 'https://github.com/0vertime-dev',
|
||||
reason: 'Concept'
|
||||
},
|
||||
{
|
||||
|
||||
@@ -18,8 +18,8 @@ module.exports = class SimpCommand extends Command {
|
||||
clientPermissions: ['ATTACH_FILES'],
|
||||
credit: [
|
||||
{
|
||||
name: 'Overtime2005',
|
||||
url: 'https://github.com/Overtime2005',
|
||||
name: '0vertime-dev',
|
||||
url: 'https://github.com/0vertime-dev',
|
||||
reason: 'Concept'
|
||||
},
|
||||
{
|
||||
|
||||
@@ -30,8 +30,8 @@ module.exports = class SpeedLimitCommand extends Command {
|
||||
reasonURL: 'https://www.dafont.com/highway-gothic.font'
|
||||
},
|
||||
{
|
||||
name: 'Overtime2005',
|
||||
url: 'https://github.com/Overtime2005',
|
||||
name: '0vertime-dev',
|
||||
url: 'https://github.com/0vertime-dev',
|
||||
reason: 'Concept'
|
||||
}
|
||||
],
|
||||
|
||||
@@ -39,8 +39,8 @@ module.exports = class SpotifyNowPlayingCommand extends Command {
|
||||
reasonURL: 'https://www.google.com/get/noto/'
|
||||
},
|
||||
{
|
||||
name: 'Overtime2005',
|
||||
url: 'https://github.com/Overtime2005',
|
||||
name: '0vertime-dev',
|
||||
url: 'https://github.com/0vertime-dev',
|
||||
reason: 'Concept'
|
||||
}
|
||||
],
|
||||
|
||||
@@ -69,8 +69,8 @@ module.exports = class UndertaleCommand extends Command {
|
||||
reasonURL: 'https://earthboundcentral.com/2009/11/ultimate-earthbound-font-pack/'
|
||||
},
|
||||
{
|
||||
name: 'Overtime2005',
|
||||
url: 'https://github.com/Overtime2005',
|
||||
name: '0vertime-dev',
|
||||
url: 'https://github.com/0vertime-dev',
|
||||
reason: 'Concept'
|
||||
}
|
||||
],
|
||||
|
||||
@@ -31,8 +31,8 @@ module.exports = class WildPokemonCommand extends Command {
|
||||
reasonURL: 'https://www.fontspace.com/pokemon-gb-font-f9621'
|
||||
},
|
||||
{
|
||||
name: 'Overtime2005',
|
||||
url: 'https://github.com/Overtime2005',
|
||||
name: '0vertime-dev',
|
||||
url: 'https://github.com/0vertime-dev',
|
||||
reason: 'Concept'
|
||||
}
|
||||
],
|
||||
|
||||
@@ -24,8 +24,8 @@ module.exports = class YouDiedCommand extends Command {
|
||||
reason: 'Image, Original "Dark Souls" Game'
|
||||
},
|
||||
{
|
||||
name: 'Overtime2005',
|
||||
url: 'https://github.com/Overtime2005',
|
||||
name: '0vertime-dev',
|
||||
url: 'https://github.com/0vertime-dev',
|
||||
reason: 'Concept'
|
||||
}
|
||||
],
|
||||
|
||||
@@ -19,8 +19,8 @@ module.exports = class AlertCommand extends Command {
|
||||
clientPermissions: ['ATTACH_FILES'],
|
||||
credit: [
|
||||
{
|
||||
name: 'Overtime2005',
|
||||
url: 'https://github.com/Overtime2005',
|
||||
name: '0vertime-dev',
|
||||
url: 'https://github.com/0vertime-dev',
|
||||
reason: 'Concept'
|
||||
},
|
||||
{
|
||||
|
||||
@@ -32,8 +32,8 @@ module.exports = class BoardroomMeetingCommand extends Command {
|
||||
reasonURL: 'https://www.google.com/get/noto/'
|
||||
},
|
||||
{
|
||||
name: 'Overtime2005',
|
||||
url: 'https://github.com/Overtime2005',
|
||||
name: '0vertime-dev',
|
||||
url: 'https://github.com/0vertime-dev',
|
||||
reason: 'Concept'
|
||||
}
|
||||
],
|
||||
|
||||
@@ -24,8 +24,8 @@ module.exports = class DislikeCommand extends Command {
|
||||
reasonURL: 'https://fallout.bethesda.net/en/'
|
||||
},
|
||||
{
|
||||
name: 'Overtime2005',
|
||||
url: 'https://github.com/Overtime2005',
|
||||
name: '0vertime-dev',
|
||||
url: 'https://github.com/0vertime-dev',
|
||||
reason: 'Concept'
|
||||
}
|
||||
],
|
||||
|
||||
@@ -28,8 +28,8 @@ module.exports = class EnslavedCommand extends Command {
|
||||
reasonURL: 'https://www.google.com/get/noto/'
|
||||
},
|
||||
{
|
||||
name: 'Overtime2005',
|
||||
url: 'https://github.com/Overtime2005',
|
||||
name: '0vertime-dev',
|
||||
url: 'https://github.com/0vertime-dev',
|
||||
reason: 'Concept'
|
||||
}
|
||||
],
|
||||
|
||||
@@ -24,8 +24,8 @@ module.exports = class ForFiveHoursCommand extends Command {
|
||||
reasonURL: 'https://www.nbc.com/the-office'
|
||||
},
|
||||
{
|
||||
name: 'Overtime2005',
|
||||
url: 'https://github.com/Overtime2005',
|
||||
name: '0vertime-dev',
|
||||
url: 'https://github.com/0vertime-dev',
|
||||
reason: 'Concept'
|
||||
}
|
||||
],
|
||||
|
||||
@@ -25,8 +25,8 @@ module.exports = class IFearNoManCommand extends Command {
|
||||
reason: 'Image, Original "Team Fortress 2" Game'
|
||||
},
|
||||
{
|
||||
name: 'Overtime2005',
|
||||
url: 'https://github.com/Overtime2005',
|
||||
name: '0vertime-dev',
|
||||
url: 'https://github.com/0vertime-dev',
|
||||
reason: 'Concept'
|
||||
}
|
||||
],
|
||||
|
||||
@@ -32,8 +32,8 @@ module.exports = class IfThoseKidsCouldReadCommand extends Command {
|
||||
reasonURL: 'https://www.google.com/get/noto/'
|
||||
},
|
||||
{
|
||||
name: 'Overtime2005',
|
||||
url: 'https://github.com/Overtime2005',
|
||||
name: '0vertime-dev',
|
||||
url: 'https://github.com/0vertime-dev',
|
||||
reason: 'Concept'
|
||||
}
|
||||
],
|
||||
|
||||
@@ -24,8 +24,8 @@ module.exports = class LikeCommand extends Command {
|
||||
reasonURL: 'https://fallout.bethesda.net/en/'
|
||||
},
|
||||
{
|
||||
name: 'Overtime2005',
|
||||
url: 'https://github.com/Overtime2005',
|
||||
name: '0vertime-dev',
|
||||
url: 'https://github.com/0vertime-dev',
|
||||
reason: 'Concept'
|
||||
}
|
||||
],
|
||||
|
||||
@@ -33,8 +33,8 @@ module.exports = class MarioBrosViewsCommand extends Command {
|
||||
reasonURL: 'https://www.google.com/get/noto/'
|
||||
},
|
||||
{
|
||||
name: 'Overtime2005',
|
||||
url: 'https://github.com/Overtime2005',
|
||||
name: '0vertime-dev',
|
||||
url: 'https://github.com/0vertime-dev',
|
||||
reason: 'Concept'
|
||||
}
|
||||
],
|
||||
|
||||
@@ -27,8 +27,8 @@ module.exports = class PanikKalmPanikCommand extends Command {
|
||||
reasonURL: 'https://www.google.com/get/noto/'
|
||||
},
|
||||
{
|
||||
name: 'Overtime2005',
|
||||
url: 'https://github.com/Overtime2005',
|
||||
name: '0vertime-dev',
|
||||
url: 'https://github.com/0vertime-dev',
|
||||
reason: 'Concept'
|
||||
}
|
||||
],
|
||||
|
||||
@@ -21,8 +21,8 @@ module.exports = class PillsCommand extends Command {
|
||||
clientPermissions: ['ATTACH_FILES'],
|
||||
credit: [
|
||||
{
|
||||
name: 'Overtime2005',
|
||||
url: 'https://github.com/Overtime2005',
|
||||
name: '0vertime-dev',
|
||||
url: 'https://github.com/0vertime-dev',
|
||||
reason: 'Concept'
|
||||
},
|
||||
{
|
||||
|
||||
@@ -22,8 +22,8 @@ module.exports = class PogchampCommand extends Command {
|
||||
reason: 'Image'
|
||||
},
|
||||
{
|
||||
name: 'Overtime2005',
|
||||
url: 'https://github.com/Overtime2005',
|
||||
name: '0vertime-dev',
|
||||
url: 'https://github.com/0vertime-dev',
|
||||
reason: 'Concept'
|
||||
}
|
||||
],
|
||||
|
||||
@@ -33,8 +33,8 @@ module.exports = class SonicSaysCommand extends Command {
|
||||
reasonURL: 'https://www.sonicthehedgehog.com/'
|
||||
},
|
||||
{
|
||||
name: 'Overtime2005',
|
||||
url: 'https://github.com/Overtime2005',
|
||||
name: '0vertime-dev',
|
||||
url: 'https://github.com/0vertime-dev',
|
||||
reason: 'Concept'
|
||||
}
|
||||
],
|
||||
|
||||
@@ -27,8 +27,8 @@ module.exports = class SpidermanPointingCommand extends Command {
|
||||
reasonURL: 'https://spiderman.marvelhq.com/'
|
||||
},
|
||||
{
|
||||
name: 'Overtime2005',
|
||||
url: 'https://github.com/Overtime2005',
|
||||
name: '0vertime-dev',
|
||||
url: 'https://github.com/0vertime-dev',
|
||||
reason: 'Concept'
|
||||
},
|
||||
{
|
||||
|
||||
@@ -31,8 +31,8 @@ module.exports = class ThatSignWontStopMeCommand extends Command {
|
||||
reasonURL: 'https://missymeyer.com/tragic-marker-free-font'
|
||||
},
|
||||
{
|
||||
name: 'Overtime2005',
|
||||
url: 'https://github.com/Overtime2005',
|
||||
name: '0vertime-dev',
|
||||
url: 'https://github.com/0vertime-dev',
|
||||
reason: 'Concept'
|
||||
}
|
||||
],
|
||||
|
||||
@@ -33,8 +33,8 @@ module.exports = class TuxedoPoohCommand extends Command {
|
||||
reasonURL: 'https://www.google.com/get/noto/'
|
||||
},
|
||||
{
|
||||
name: 'Overtime2005',
|
||||
url: 'https://github.com/Overtime2005',
|
||||
name: '0vertime-dev',
|
||||
url: 'https://github.com/0vertime-dev',
|
||||
reason: 'Concept'
|
||||
}
|
||||
],
|
||||
|
||||
@@ -24,8 +24,8 @@ module.exports = class WorseThanHitlerCommand extends Command {
|
||||
reasonURL: 'https://www.fox.com/family-guy/'
|
||||
},
|
||||
{
|
||||
name: 'Overtime2005',
|
||||
url: 'https://github.com/Overtime2005',
|
||||
name: '0vertime-dev',
|
||||
url: 'https://github.com/0vertime-dev',
|
||||
reason: 'Concept'
|
||||
}
|
||||
],
|
||||
|
||||
@@ -16,8 +16,8 @@ module.exports = class HentaiCommand extends SubredditCommand {
|
||||
getIcon: true,
|
||||
credit: [
|
||||
{
|
||||
name: 'Overtime2005',
|
||||
url: 'https://github.com/Overtime2005',
|
||||
name: '0vertime-dev',
|
||||
url: 'https://github.com/0vertime-dev',
|
||||
reason: 'Original Subreddit List'
|
||||
}
|
||||
],
|
||||
|
||||
@@ -17,8 +17,8 @@ module.exports = class PornCommand extends SubredditCommand {
|
||||
getIcon: true,
|
||||
credit: [
|
||||
{
|
||||
name: 'Overtime2005',
|
||||
url: 'https://github.com/Overtime2005',
|
||||
name: '0vertime-dev',
|
||||
url: 'https://github.com/0vertime-dev',
|
||||
reason: 'Original Subreddit List'
|
||||
}
|
||||
],
|
||||
|
||||
@@ -19,8 +19,8 @@ module.exports = class ThiccCommand extends Command {
|
||||
],
|
||||
credit: [
|
||||
{
|
||||
name: 'Overtime2005',
|
||||
url: 'https://github.com/Overtime2005',
|
||||
name: '0vertime-dev',
|
||||
url: 'https://github.com/0vertime-dev',
|
||||
reason: 'Concept'
|
||||
}
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user