commit 17ce4c33596dcb65be61963e16fa55a0d73e2c97 Author: RADEMAKER Robin Date: Tue Mar 29 19:01:50 2022 +0200 "oui" 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/BOT_DISCORD.iml b/.idea/BOT_DISCORD.iml new file mode 100644 index 0000000..c956989 --- /dev/null +++ b/.idea/BOT_DISCORD.iml @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file diff --git a/.idea/modules.xml b/.idea/modules.xml new file mode 100644 index 0000000..e84dc14 --- /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..94a25f7 --- /dev/null +++ b/.idea/vcs.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/index.js b/index.js new file mode 100644 index 0000000..d8ec246 --- /dev/null +++ b/index.js @@ -0,0 +1 @@ +console.log("test") \ No newline at end of file