Optimize imports
This commit is contained in:
1
bot.py
1
bot.py
@@ -6,7 +6,6 @@ import time
|
||||
from typing import Optional, List, Dict, Iterable
|
||||
|
||||
import discord
|
||||
import gtts
|
||||
from discord.ext import commands
|
||||
from discord.ext.commands import MemberConverter
|
||||
from discord_slash import SlashCommand, SlashContext, SlashCommandOptionType
|
||||
|
||||
@@ -1,9 +1,9 @@
|
||||
import asyncio
|
||||
import os
|
||||
import random
|
||||
import string
|
||||
from collections import AsyncIterable
|
||||
from typing import Callable, AsyncGenerator, Optional, Any, Coroutine
|
||||
from typing import Callable, AsyncGenerator, Optional, Any
|
||||
|
||||
import discord
|
||||
import gtts
|
||||
|
||||
|
||||
Reference in New Issue
Block a user