From 17cf6bb04b4aa8f84b8a3bf6967d7c33da199b43 Mon Sep 17 00:00:00 2001
From: anima
Date: Tue, 26 Apr 2022 20:29:08 +0200
Subject: [PATCH] stramline
---
main.py | 5 +----
1 file changed, 1 insertion(+), 4 deletions(-)
diff --git a/main.py b/main.py
index 1f8ab1e..908aae7 100644
--- a/main.py
+++ b/main.py
@@ -10,12 +10,9 @@
## Imports
import json
import logging as log
-
import discord
-from discord import app_commands
-#from lib.keep_alive import keep_alive
-
from bot import client
+#from lib.keep_alive import keep_alive
intents = discord.Intents.default()
intents.message_content = True