remove unused import. sort imports.
This commit is contained in:
7
main.py
7
main.py
@@ -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:
|
||||||
|
|||||||
Reference in New Issue
Block a user