remove unused import. sort imports.

This commit is contained in:
Enzo Nunes
2025-02-24 00:11:57 +00:00
parent 59b7a15b64
commit 6918e21371

View File

@@ -1,10 +1,11 @@
# This example requires the 'message_content' intent. # This example requires the 'message_content' intent.
import discord import asyncio
from sys import argv from sys import argv
from threading import Thread from threading import Thread
from time import sleep
import asyncio import discord
import PICable import PICable
if len(argv) != 3: if len(argv) != 3: