We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 946397a commit c66df5eCopy full SHA for c66df5e
1 file changed
conversation.py
@@ -35,7 +35,7 @@ def command(self, line, game, cmd):
35
elif cmd == "eval":
36
self.send_reply(line, "I don't tell that to my opponent, sorry.")
37
elif cmd == "Hi":
38
- self.send_reply(line, "Hi {ctx.author.name}.")
+ self.send_reply(line, "Hi {opponent}.")
39
elif cmd == "queue":
40
if self.challengers:
41
challengers = ", ".join(["@" + challenger.challenger_name for challenger in reversed(self.challengers)])
0 commit comments