This commit is contained in:
Nikolaj Danger
2020-08-06 15:45:13 +02:00
parent 5c881f17c9
commit 7712c901fc
5 changed files with 6 additions and 2 deletions

View File

@@ -6,6 +6,7 @@ from funcs import logThis, stopServer, helloFunc, roll_dice, imageFunc, nameGen,
class MiscCog(commands.Cog):
def __init__(self,client):
"""Runs misc commands."""
self.client = client
self.client.remove_command("help")
@@ -66,7 +67,7 @@ class MiscCog(commands.Cog):
async def image(self, ctx):
randomImage = imageFunc()
await ctx.send(randomImage)
# Finds a random movie
@commands.command()
async def movie(self,ctx):