commit 2cc3f8624682f2ba01a73c6655857e5e69a65ee0 Author: armatik Date: Sat Jul 8 19:48:22 2023 +0300 Initial commit diff --git a/.idea/.gitignore b/.idea/.gitignore new file mode 100644 index 0000000..13566b8 --- /dev/null +++ b/.idea/.gitignore @@ -0,0 +1,8 @@ +# Default ignored files +/shelf/ +/workspace.xml +# Editor-based HTTP Client requests +/httpRequests/ +# Datasource local storage ignored files +/dataSources/ +/dataSources.local.xml diff --git a/.idea/OpenChatAiBot.iml b/.idea/OpenChatAiBot.iml new file mode 100644 index 0000000..74d515a --- /dev/null +++ b/.idea/OpenChatAiBot.iml @@ -0,0 +1,10 @@ + + + + + + + + + + \ No newline at end of file diff --git a/.idea/inspectionProfiles/profiles_settings.xml b/.idea/inspectionProfiles/profiles_settings.xml new file mode 100644 index 0000000..105ce2d --- /dev/null +++ b/.idea/inspectionProfiles/profiles_settings.xml @@ -0,0 +1,6 @@ + + + + \ No newline at end of file diff --git a/.idea/misc.xml b/.idea/misc.xml new file mode 100644 index 0000000..61a3499 --- /dev/null +++ b/.idea/misc.xml @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/.idea/modules.xml b/.idea/modules.xml new file mode 100644 index 0000000..f8788bb --- /dev/null +++ b/.idea/modules.xml @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file diff --git a/src/TelegramBot/MessageHandler b/src/TelegramBot/MessageHandler new file mode 100644 index 0000000..e69de29 diff --git a/src/TelegramBot/MessageSendler b/src/TelegramBot/MessageSendler new file mode 100644 index 0000000..e69de29 diff --git a/src/TelegramBot/init b/src/TelegramBot/init new file mode 100644 index 0000000..e69de29