From 61745c36d07d51a34b04477041e6a4a85448d811 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Beatrice=20Dellac=C3=A0?= Date: Tue, 20 Dec 2022 17:17:13 +0100 Subject: [PATCH] Implement alias command --- .../wtf/beatrice/hidekobot/commands/message/AliasCommand.java | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 src/main/java/wtf/beatrice/hidekobot/commands/message/AliasCommand.java diff --git a/src/main/java/wtf/beatrice/hidekobot/commands/message/AliasCommand.java b/src/main/java/wtf/beatrice/hidekobot/commands/message/AliasCommand.java new file mode 100644 index 0000000..1ae47f3 --- /dev/null +++ b/src/main/java/wtf/beatrice/hidekobot/commands/message/AliasCommand.java @@ -0,0 +1,2 @@ +package wtf.beatrice.hidekobot.commands.message;public class AliasCommand { +}