remove external packages
This commit is contained in:
parent
aee2876f7e
commit
bc8344d064
3
.gitignore
vendored
3
.gitignore
vendored
@ -105,5 +105,4 @@ venv.bak/
|
|||||||
|
|
||||||
/src/config/Config.json
|
/src/config/Config.json
|
||||||
/src/config/PrivateConfig.json
|
/src/config/PrivateConfig.json
|
||||||
.idea/
|
.idea/
|
||||||
/external_packages/
|
|
||||||
@ -1,7 +1,7 @@
|
|||||||
# Sebi-Machine
|
# Sebi-Machine
|
||||||
Guild-bot
|
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.
|
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.
|
When you add your cog makesure to add it also in the bot initial fase. Which can be found in run.py.
|
||||||
@ -1 +0,0 @@
|
|||||||
Subproject commit 3cb6ac152edb1004dd6f6afef2adb1777902bbbe
|
|
||||||
@ -83,6 +83,6 @@ class Upload:
|
|||||||
"""Pull latest commits, TMP until we have a solution"""
|
"""Pull latest commits, TMP until we have a solution"""
|
||||||
if ctx.author.id not in self.bot.ownerlist:
|
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)
|
return await ctx.send('Only my creator can use me like this :blush:', delete_after=1)
|
||||||
|
|
||||||
def setup(bot):
|
def setup(bot):
|
||||||
bot.add_cog(Upload(bot))
|
bot.add_cog(Upload(bot))
|
||||||
Loading…
x
Reference in New Issue
Block a user