Update username

This commit is contained in:
Dragon Fire
2024-12-11 17:45:16 -05:00
parent 42e8d9ae70
commit 47c3f88481
13 changed files with 30 additions and 30 deletions
+1 -1
View File
@@ -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 !== 'Dragon Fire')
.filter(cred => cred.name !== 'Lily is Silly')
.map(cred => {
const reason = cred.reasonURL ? embedURL(cred.reason, cred.reasonURL) : cred.reason;
return `${embedURL(cred.name, cred.url)} (${reason})`;