diff options
Diffstat (limited to 'discord/template.py')
| -rw-r--r-- | discord/template.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/discord/template.py b/discord/template.py index cff6ebce..db2d5731 100644 --- a/discord/template.py +++ b/discord/template.py @@ -24,7 +24,7 @@ FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. """ -from .utils import parse_time, _get_as_snowflake +from .utils import parse_time, _get_as_snowflake, _bytes_to_base64_data from .enums import VoiceRegion from .guild import Guild |