piracy
This commit is contained in:
parent
35c82c835f
commit
35f2f6614f
1 changed files with 13 additions and 0 deletions
13
commands.ts
13
commands.ts
|
@ -136,6 +136,19 @@ We probably can't fully fix this. We have **already implemented a workaround**.
|
|||
}
|
||||
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 } = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue