Fix NameError and AttributeError in Template and Integrations

This commit is contained in:
Xua
2020-08-05 05:48:42 -04:00
committed by GitHub
parent 78851bf1d8
commit a1d6ff82dd
2 changed files with 4 additions and 3 deletions
+1 -1
View File
@@ -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