mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-22 18:29:14 +02:00
Change to xiaodev
This commit is contained in:
@@ -26,7 +26,7 @@ module.exports = class GenerateCreditCommand extends Command {
|
||||
if (!commands.size) return null;
|
||||
return commands.map(c => {
|
||||
const credits = c.credit
|
||||
.filter(cred => cred.name !== 'Lily is Silly')
|
||||
.filter(cred => cred.name !== 'Xiao Dev')
|
||||
.map(cred => {
|
||||
const reason = cred.reasonURL ? embedURL(cred.reason, cred.reasonURL) : cred.reason;
|
||||
return `${embedURL(cred.name, cred.url)} (${reason})`;
|
||||
|
||||
Reference in New Issue
Block a user