You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 5, 2020. It is now read-only.
I created a bot and added a method to send msg back to friend with @bot.register(friend), however, it cannot echo message back, no matter I use embed() or bot.join(). If I use embed, then in the console I can send msg with friend variable.
I created a bot and added a method to send msg back to friend with
@bot.register(friend)
, however, it cannot echo message back, no matter I useembed()
orbot.join()
. If I useembed
, then in the console I can send msg withfriend
variable.The text was updated successfully, but these errors were encountered: