From 199940359d8cfd30279cea8afd3ffbd4b41ae199 Mon Sep 17 00:00:00 2001 From: ScuroNeko Date: Wed, 28 Jan 2026 16:46:44 +0300 Subject: [PATCH] v0.2.4 --- .idea/Laniakea.iml | 9 +++ .idea/go.imports.xml | 11 ++++ .idea/inspectionProfiles/Project_Default.xml | 14 ++++ .idea/modules.xml | 8 +++ .idea/vcs.xml | 6 ++ .idea/workspace.xml | 67 ++++++++++++++++++++ laniakea/bot.go => bot.go | 0 laniakea/keyboard.go => keyboard.go | 0 laniakea/logger.go => logger.go | 0 laniakea/methods.go => methods.go | 0 laniakea/plugins.go => plugins.go | 0 laniakea/queue.go => queue.go | 0 laniakea/types.go => types.go | 0 laniakea/utils.go => utils.go | 0 laniakea/version.go => version.go | 0 15 files changed, 115 insertions(+) create mode 100644 .idea/Laniakea.iml create mode 100644 .idea/go.imports.xml create mode 100644 .idea/inspectionProfiles/Project_Default.xml create mode 100644 .idea/modules.xml create mode 100644 .idea/vcs.xml create mode 100644 .idea/workspace.xml rename laniakea/bot.go => bot.go (100%) rename laniakea/keyboard.go => keyboard.go (100%) rename laniakea/logger.go => logger.go (100%) rename laniakea/methods.go => methods.go (100%) rename laniakea/plugins.go => plugins.go (100%) rename laniakea/queue.go => queue.go (100%) rename laniakea/types.go => types.go (100%) rename laniakea/utils.go => utils.go (100%) rename laniakea/version.go => version.go (100%) diff --git a/.idea/Laniakea.iml b/.idea/Laniakea.iml new file mode 100644 index 0000000..5e764c4 --- /dev/null +++ b/.idea/Laniakea.iml @@ -0,0 +1,9 @@ + + + + + + + + + \ No newline at end of file diff --git a/.idea/go.imports.xml b/.idea/go.imports.xml new file mode 100644 index 0000000..d7202f0 --- /dev/null +++ b/.idea/go.imports.xml @@ -0,0 +1,11 @@ + + + + + + \ No newline at end of file diff --git a/.idea/inspectionProfiles/Project_Default.xml b/.idea/inspectionProfiles/Project_Default.xml new file mode 100644 index 0000000..967f534 --- /dev/null +++ b/.idea/inspectionProfiles/Project_Default.xml @@ -0,0 +1,14 @@ + + + + \ No newline at end of file diff --git a/.idea/modules.xml b/.idea/modules.xml new file mode 100644 index 0000000..f13cae3 --- /dev/null +++ b/.idea/modules.xml @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file diff --git a/.idea/vcs.xml b/.idea/vcs.xml new file mode 100644 index 0000000..35eb1dd --- /dev/null +++ b/.idea/vcs.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/.idea/workspace.xml b/.idea/workspace.xml new file mode 100644 index 0000000..cd5629b --- /dev/null +++ b/.idea/workspace.xml @@ -0,0 +1,67 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 1769606862833 + + + + \ No newline at end of file diff --git a/laniakea/bot.go b/bot.go similarity index 100% rename from laniakea/bot.go rename to bot.go diff --git a/laniakea/keyboard.go b/keyboard.go similarity index 100% rename from laniakea/keyboard.go rename to keyboard.go diff --git a/laniakea/logger.go b/logger.go similarity index 100% rename from laniakea/logger.go rename to logger.go diff --git a/laniakea/methods.go b/methods.go similarity index 100% rename from laniakea/methods.go rename to methods.go diff --git a/laniakea/plugins.go b/plugins.go similarity index 100% rename from laniakea/plugins.go rename to plugins.go diff --git a/laniakea/queue.go b/queue.go similarity index 100% rename from laniakea/queue.go rename to queue.go diff --git a/laniakea/types.go b/types.go similarity index 100% rename from laniakea/types.go rename to types.go diff --git a/laniakea/utils.go b/utils.go similarity index 100% rename from laniakea/utils.go rename to utils.go diff --git a/laniakea/version.go b/version.go similarity index 100% rename from laniakea/version.go rename to version.go