WIP mapmaker
This commit is contained in:
parent
8012a20ddb
commit
5fff65c7d5
@ -38,9 +38,13 @@ class MapMaker(commands.Cog):
|
|||||||
"""Load a map image to be modified. Upload one with this command or provide a path"""
|
"""Load a map image to be modified. Upload one with this command or provide a path"""
|
||||||
message: discord.Message = ctx.message
|
message: discord.Message = ctx.message
|
||||||
if not message.attachments and not map_path:
|
if not message.attachments and not map_path:
|
||||||
await ctx.maybe_send_embed("Either upload an image with this command or provide a path to the image")
|
await ctx.maybe_send_embed(
|
||||||
|
"Either upload an image with this command or provide a path to the image"
|
||||||
|
)
|
||||||
return
|
return
|
||||||
|
await ctx.maybe_send_embed("WIP")
|
||||||
|
|
||||||
@mapmaker.command(name="load")
|
@mapmaker.command(name="load")
|
||||||
async def _mapmaker_load(self, ctx: commands.Context, map_name=""):
|
async def _mapmaker_load(self, ctx: commands.Context, map_name=""):
|
||||||
"""Load an existing map to be modified."""
|
"""Load an existing map to be modified."""
|
||||||
|
await ctx.maybe_send_embed("WIP")
|
||||||
|
Loading…
x
Reference in New Issue
Block a user