Change minecraft container to beyondreality

This commit is contained in:
Luke Robles 2017-10-02 10:50:18 -07:00
parent 115f5e8772
commit 9313e125ff

View File

@ -203,7 +203,7 @@ async def on_message(message):
)
else:
docker_client = docker.from_env()
minecraft_container = docker_client.containers.get('skyfactory')
minecraft_container = docker_client.containers.get('beyondreality')
# Figure out what action they want to take
action = message.content.split()[1]