jagrosh/FrostCleverbot

line 27: bot_token

QuickMythril opened this issue · 1 comments

FrostCleverbot().run(os.environ['BOT_TOKEN'] or '')

gives:
KeyError: 'BOT_TOKEN'

changed to:
FrostCleverbot().run('')

FrostCleverBot().run('TOKEN HERE')