🐛
This commit is contained in:
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user