From e7f6de4a299b1941dff872ab242f9a8bde042e48 Mon Sep 17 00:00:00 2001 From: Mathis Date: Tue, 18 Jun 2024 21:33:43 +0200 Subject: [PATCH] feat(ide): add discord.xml file This commit includes the creation of a new discord.xml file under the .idea directory. This config file brings in new settings for the DiscordProject related to its 'show' and 'description' options. --- .idea/discord.xml | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .idea/discord.xml diff --git a/.idea/discord.xml b/.idea/discord.xml new file mode 100644 index 0000000..a98cb47 --- /dev/null +++ b/.idea/discord.xml @@ -0,0 +1,7 @@ + + + + + \ No newline at end of file