diff --git a/.gitignore b/.gitignore index d21349e..916052a 100644 --- a/.gitignore +++ b/.gitignore @@ -105,5 +105,4 @@ venv.bak/ /src/config/Config.json /src/config/PrivateConfig.json -.idea/ -/external_packages/ +.idea/ \ No newline at end of file diff --git a/README.md b/README.md index e38a6b7..9bb9447 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # Sebi-Machine Guild-bot -In the folder "external_packages" you can find the discord.py rewrite module. +Needs discord rewrite module. Make sure this one is installed. When you add your cog makesure to add it also in the bot initial fase. Which can be found in run.py. \ No newline at end of file diff --git a/external_packages/discord_package b/external_packages/discord_package deleted file mode 160000 index 3cb6ac1..0000000 --- a/external_packages/discord_package +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 3cb6ac152edb1004dd6f6afef2adb1777902bbbe diff --git a/src/cogs/upload.py b/src/cogs/upload.py index 8b941de..9385161 100644 --- a/src/cogs/upload.py +++ b/src/cogs/upload.py @@ -83,6 +83,6 @@ class Upload: """Pull latest commits, TMP until we have a solution""" if ctx.author.id not in self.bot.ownerlist: return await ctx.send('Only my creator can use me like this :blush:', delete_after=1) - + def setup(bot): bot.add_cog(Upload(bot)) \ No newline at end of file