1
0
Fork 0
mirror of synced 2024-06-16 01:24:33 +12:00

Imported inspect so the voice debug command can be used

This commit is contained in:
Phxntxm 2017-02-27 19:02:18 -06:00
parent 901870d4bf
commit 3050e4da4f

View file

@ -12,6 +12,7 @@ import re
import os
import glob
import socket
import inspect
if not discord.opus.is_loaded():
discord.opus.load_opus('/usr/lib64/libopus.so.0')