Skip to content

Commit acce822

Browse files
authored
echobot: remove bot name (#103)
remove testing bot name that I accidentally merged
1 parent 040c788 commit acce822

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

echobot.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
# TODO: set your bot access key and bot name for full functionality
1818
# see https://creator.poe.com/docs/quick-start#configuring-the-access-credentials
1919
bot_access_key = os.getenv("POE_ACCESS_KEY")
20-
bot_name = "testbotlocal"
20+
bot_name = ""
2121

2222

2323
class EchoBot(fp.PoeBot):

0 commit comments

Comments
 (0)