Second wave of initial code changes.
This commit is contained in:
@ -0,0 +1,4 @@
|
||||
#
|
||||
# Bragi - A Mumble music bot
|
||||
# Forked from botamusique by azlux (https://github.com/azlux/botamusque)
|
||||
#
|
@ -1,3 +1,8 @@
|
||||
#
|
||||
# Bragi - A Mumble music bot
|
||||
# Forked from botamusique by azlux (https://github.com/azlux/botamusque)
|
||||
#
|
||||
|
||||
import logging
|
||||
import os
|
||||
|
||||
|
@ -1,3 +1,8 @@
|
||||
#
|
||||
# Bragi - A Mumble music bot
|
||||
# Forked from botamusique by azlux (https://github.com/azlux/botamusque)
|
||||
#
|
||||
|
||||
import os
|
||||
import re
|
||||
from io import BytesIO
|
||||
|
@ -1,3 +1,8 @@
|
||||
#
|
||||
# Bragi - A Mumble music bot
|
||||
# Forked from botamusique by azlux (https://github.com/azlux/botamusque)
|
||||
#
|
||||
|
||||
import logging
|
||||
|
||||
item_builders = {}
|
||||
|
@ -1,3 +1,8 @@
|
||||
#
|
||||
# Bragi - A Mumble music bot
|
||||
# Forked from botamusique by azlux (https://github.com/azlux/botamusque)
|
||||
#
|
||||
|
||||
import json
|
||||
import threading
|
||||
import logging
|
||||
|
@ -1,3 +1,8 @@
|
||||
#
|
||||
# Bragi - A Mumble music bot
|
||||
# Forked from botamusique by azlux (https://github.com/azlux/botamusque)
|
||||
#
|
||||
|
||||
import re
|
||||
import logging
|
||||
import struct
|
||||
|
@ -1,3 +1,8 @@
|
||||
#
|
||||
# Bragi - A Mumble music bot
|
||||
# Forked from botamusique by azlux (https://github.com/azlux/botamusque)
|
||||
#
|
||||
|
||||
import threading
|
||||
import logging
|
||||
import os
|
||||
|
@ -1,3 +1,8 @@
|
||||
#
|
||||
# Bragi - A Mumble music bot
|
||||
# Forked from botamusique by azlux (https://github.com/azlux/botamusque)
|
||||
#
|
||||
|
||||
import logging
|
||||
import yt_dlp as youtube_dl
|
||||
from constants import tr_cli as tr
|
||||
|
Reference in New Issue
Block a user