💾 !dirsize

This commit is contained in:
NikolajDanger
2021-02-01 21:57:36 +01:00
parent 519885a435
commit 25366f016d
2 changed files with 55 additions and 1 deletions

View File

@ -136,6 +136,11 @@ class MiscCog(commands.Cog):
async def downloading(self,ctx):
await self.bedreNetflix.downloading(ctx)
#Calculates how much space is used on the server
@commands.command(aliases = ["dirsize","storage"])
async def directorySizes(self,ctx):
await self.bedreNetflix.directorySizes(ctx)
#Looks up on Wolfram Alpha
@commands.command()
async def wolf(self, ctx, *, content):