Noah Petherbridge
Noah Petherbridge
Yeah - specifically, null out your old RiveScript object and replace it w/ a `new RiveScript();` where you set up your bot anew. This may reset user variables in memory...
I found what's probably the root cause of the above errors _and_ the reason why installing `pygithub` first seems to resolve it: pygithub3 uses a relative import: [from github import...
Note that if you're solving this issue by doing `pip install pygithub`, you may actually end up with a Frankenstein's monster of a Python module. Just use `pygithub` rather than...
Maybe: ```diff < + [*]portugal[*] > + [*](portugal)[*] - {topic=countries} ``` Example: https://play.rivescript.com/s/TYi8KtnU1K
With Go, the project structure becomes a more important problem because of the tight coupling between repository URLs (and therefore structure) and the packages in them. To put the bulk...
If it has a comparable command-line interface (accepts standard-input for commands, outputs logs to standard-output) it might just work with this already, if you swap out the "java -jar" part...
It looked good up until the bedrock server crashed. Does it run when you run the bedrock server on its own? It looked like something related to resource packs. One...