From dec96177f5ff73d7de30c60e88371cc5b6d8a66b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Bersier?= Date: Sat, 12 Oct 2024 21:11:04 +0200 Subject: [PATCH] rename for the first letter to not be capitalized --- lib/events/{AddReaction.ex => addReaction.ex} | 0 lib/events/{RemoveReaction.ex => removeReaction.ex} | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename lib/events/{AddReaction.ex => addReaction.ex} (100%) rename lib/events/{RemoveReaction.ex => removeReaction.ex} (100%) diff --git a/lib/events/AddReaction.ex b/lib/events/addReaction.ex similarity index 100% rename from lib/events/AddReaction.ex rename to lib/events/addReaction.ex diff --git a/lib/events/RemoveReaction.ex b/lib/events/removeReaction.ex similarity index 100% rename from lib/events/RemoveReaction.ex rename to lib/events/removeReaction.ex