Skip to content

Commit 91b7bd3

Browse files
Should be the final touch of commenting
1 parent 63cdb8b commit 91b7bd3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

DimBot.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444

4545
@bot.command(aliases=['ver', 'verinfo'])
4646
async def info(ctx):
47-
"""A command that displays the bot information"""
47+
"""Displays bot and module information"""
4848
from platform import python_version
4949
from boto3 import __version__ as boto3ver
5050
await ctx.send(

bitbay.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ def __init__(self, bot):
2424

2525
@command(aliases=['enc'])
2626
async def encode(self, ctx: Context, *, url: str):
27-
"""Command for encoding a message to base64"""
27+
"""Encodes base64 via command"""
2828
if isinstance(ctx.channel, discord.TextChannel):
2929
# Attempts to delete the message for privacy reasons
3030
await ctx.message.delete()

0 commit comments

Comments
 (0)