From 35f2f6614f87c617bf2f0de6adf9112d1e38c0ed Mon Sep 17 00:00:00 2001 From: Ryan Cao <70191398+ryanccn@users.noreply.github.com> Date: Wed, 25 May 2022 19:57:09 +0800 Subject: [PATCH] piracy --- commands.ts | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/commands.ts b/commands.ts index d5d1a3b..4786b1d 100644 --- a/commands.ts +++ b/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 } = {