🐛
This commit is contained in:
@ -4,7 +4,6 @@ from discord.ext import commands
|
||||
from funcs import logThis, stopServer, helloFunc, roll_dice, imageFunc, nameGen, tavernGen, movieFunc, cap, findWikiPage
|
||||
|
||||
class MiscCog(commands.Cog):
|
||||
"""Cog for misc functions"""
|
||||
|
||||
def __init__(self,client):
|
||||
self.client = client
|
||||
@ -61,7 +60,7 @@ class MiscCog(commands.Cog):
|
||||
@commands.command(name="map")
|
||||
async def mapCommand(self, ctx):
|
||||
await ctx.send("https://i.imgur.com/diMXXJs.jpg")
|
||||
|
||||
|
||||
# Sends a random image
|
||||
@commands.command(aliases = ["img"])
|
||||
async def image(self, ctx):
|
||||
|
Reference in New Issue
Block a user