4 lines
81 B
Python
4 lines
81 B
Python
import importlib
|
|
from . import discord_helpers
|
|
|
|
importlib.reload(discord_helpers) |