diff --git a/sweebridge.py b/sweebridge.py index 4e3e795..7030821 100644 --- a/sweebridge.py +++ b/sweebridge.py @@ -1,5 +1,5 @@ # Modules for the system, these should be pre-installed with Python. -import json, os, sys, traceback, time, threading, requests, socket +import json, os, sys, traceback, time, threading, requests, socket, subprocess from sys import argv # Modules for platforms import guilded, discord