From 2783c43f2a6afc201ef825b02849988ca5426c01 Mon Sep 17 00:00:00 2001 From: sose Date: Sun, 13 Sep 2020 18:56:38 +0000 Subject: [PATCH] use python3 --- bot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bot.py b/bot.py index 3595c37..609f8f7 100755 --- a/bot.py +++ b/bot.py @@ -1,4 +1,4 @@ -#!/usr/bin/python +#!/usr/bin/python3 # this is bad code and you should not emulate it # I don't know why python brings out the worst in me # -sose