From e1ce24d788410e2b80c294c0b90bd97a57b75fc6 Mon Sep 17 00:00:00 2001 From: supopur Date: Wed, 22 Mar 2023 17:25:28 +0100 Subject: [PATCH] Forgot to import OS --- commands.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands.py b/commands.py index 1dda192..57b0026 100644 --- a/commands.py +++ b/commands.py @@ -1,4 +1,4 @@ -import discord, toml +import discord, toml, os from discord.ext import commands from discord.commands import option