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