This commit is contained in:
Ryan Cao 2022-05-25 19:57:09 +08:00
parent 35c82c835f
commit 35f2f6614f
No known key found for this signature in database
GPG key ID: 528A2C1B6656B97F

View file

@ -136,6 +136,19 @@ We probably can't fully fix this. We have **already implemented a workaround**.
} }
await Promise.all(prom); await Promise.all(prom);
}, },
'!piracy': async (c, e) => {
await e.reply({
embeds: [
{
title: "We don't tolerate piracy!",
description:
"PolyMC has always been legal, legitimate & appropriate. We don't and never will have features such as offline login without an official account.",
color: 'DARK_RED',
},
],
});
},
}; };
export const aliases: { [a: string]: string } = { export const aliases: { [a: string]: string } = {