Skip to content

Commit 5a61233

Browse files
author
omame
committed
fix: i am fucking retarded holy shit
1 parent 8bdc221 commit 5a61233

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

bob/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
"""
22
Constants used by bob.
33
"""
4-
__version__ = "2.7.1"
4+
__version__ = "2.7.2"
55

66
import random
77

cogs/usercommands.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,9 +59,9 @@ async def debug(self, ctx: commands.Context, *, prompt: str):
5959
embed.add_field(name="Originally said by", value=f"<@{response.author}> in <#{question.channel}>, replying to <@{question.author}>", inline=False)
6060
embed.add_field(name="Message link", value=f"https://discord.com/channels/{response.guild}/{response.channel}/{response.message}", inline=False)
6161
embed.set_footer(text=bob.get_footer(), icon_url=self.client.user.display_avatar.url)
62-
await message.reply(text, embed=embed)
62+
await ctx.reply(text, embed=embed)
6363
else:
64-
await message.reply("I'm not set up in this server, thus I can't give you debug information for replies.")
64+
await ctx.reply("I'm not set up in this server, thus I can't give you debug information for replies.")
6565

6666
@commands.hybrid_command(brief="Wipe your data from bob's dataset.")
6767
async def clean(self, ctx: commands.Context):

0 commit comments

Comments
 (0)