From c66ebce60cbc46cd3a79bf67119e13b390d54b32 Mon Sep 17 00:00:00 2001 From: nexy7574 Date: Thu, 11 May 2023 18:58:02 +0100 Subject: [PATCH] I forgot to import subprocess lol --- cogs/other.py | 1 + 1 file changed, 1 insertion(+) diff --git a/cogs/other.py b/cogs/other.py index 5643727..810236d 100644 --- a/cogs/other.py +++ b/cogs/other.py @@ -2,6 +2,7 @@ import asyncio import io import json import os +import subprocess import random import re import tempfile