v5.1 Fixed tmux issue
- My ~/.tmux.conf had
set -g base-index 1
in it, which meant I scripted the code to work with my specific config.... my bad :)
I updated the code so it should work with default a default tmux config. - I also added a
pyenv_activate_command
variable toslime_vars.py
to activate a python env before starting the Discord bot (if using one). Set this toNone
if not using one.