We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f0ec64f commit 85b686aCopy full SHA for 85b686a
beam.py
@@ -375,7 +375,7 @@ def watch_constellation(self):
375
if message["payload"]["following"]:
376
self.send_message(
377
"Thanks for the follow, @{} !".format(
378
- message["payload"]["user"]["username"]))
+ message["payload"]["user"]["username"]))
379
self.logger.info("- {} followed.".format(
380
message["payload"]["user"]["username"]))
381
elif "subscribed" in message["channel"]:
0 commit comments