Skip to content

Commit

Permalink
Merge pull request #115 from TrashMonks/typo-fix
Browse files Browse the repository at this point in the history
XMl→XML
  • Loading branch information
Wreckstation authored Feb 20, 2024
2 parents 85f4dd6 + bd00b05 commit e198591
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bot/cogs/blueprints.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ async def blueprint(self, ctx: commands.Context, *args):

@commands.command()
async def xml(self, ctx: commands.Context, *args):
"""Display the XMl source of a specific blueprint."""
"""Display the XML source of a specific blueprint."""
log.info(f'({ctx.message.channel}) <{ctx.message.author}> {ctx.message.content}')
query = ' '.join(args)
if query == '' or str.isspace(query) or len(query) < 2:
Expand Down

0 comments on commit e198591

Please sign in to comment.