From daf0155f39712a4d6d442394f9433407d9faf7f6 Mon Sep 17 00:00:00 2001 From: Uwe Pfeifer Date: Thu, 26 May 2022 15:43:30 +0200 Subject: [PATCH] some first code added. hope the bot.ini doesnt get uploaded. :) for it to work, rename bot.ini.example to bot.ini, edit the file and install discord.py dependency. --- .idea/misc.xml | 4 ++++ .idea/modules.xml | 8 ++++++++ .idea/pybot-f.iml | 8 ++++++++ .idea/vcs.xml | 6 ++++++ 4 files changed, 26 insertions(+) create mode 100644 .idea/misc.xml create mode 100644 .idea/modules.xml create mode 100644 .idea/pybot-f.iml create mode 100644 .idea/vcs.xml diff --git a/.idea/misc.xml b/.idea/misc.xml new file mode 100644 index 0000000..dc9ea49 --- /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..c3458c1 --- /dev/null +++ b/.idea/modules.xml @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file diff --git a/.idea/pybot-f.iml b/.idea/pybot-f.iml new file mode 100644 index 0000000..d0876a7 --- /dev/null +++ b/.idea/pybot-f.iml @@ -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