data type package
This commit is contained in:
@@ -3,9 +3,9 @@ from typing import List
|
||||
from collections import defaultdict
|
||||
import discord
|
||||
|
||||
from utils.utils import no_duplicate, get_intro
|
||||
from utils import no_duplicate, get_intro
|
||||
from utils.log_manager import GuildLogs, ChannelLogs, MessageLog
|
||||
from utils.data_types import Emote
|
||||
from data_types import Emote
|
||||
|
||||
|
||||
class Scanner(ABC):
|
||||
|
||||
Reference in New Issue
Block a user