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 040c788 commit acce822Copy full SHA for acce822
echobot.py
@@ -17,7 +17,7 @@
17
# TODO: set your bot access key and bot name for full functionality
18
# see https://creator.poe.com/docs/quick-start#configuring-the-access-credentials
19
bot_access_key = os.getenv("POE_ACCESS_KEY")
20
-bot_name = "testbotlocal"
+bot_name = ""
21
22
23
class EchoBot(fp.PoeBot):
0 commit comments