Second wave of initial code changes.

This commit is contained in:
Storm Dragon
2025-06-13 18:53:38 -04:00
parent b1e21af243
commit de270bc842
22 changed files with 120 additions and 318 deletions

View File

@ -0,0 +1,4 @@
#
# Bragi - A Mumble music bot
# Forked from botamusique by azlux (https://github.com/azlux/botamusque)
#

View File

@ -1,3 +1,8 @@
#
# Bragi - A Mumble music bot
# Forked from botamusique by azlux (https://github.com/azlux/botamusque)
#
import logging
import os

View File

@ -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

View File

@ -1,3 +1,8 @@
#
# Bragi - A Mumble music bot
# Forked from botamusique by azlux (https://github.com/azlux/botamusque)
#
import logging
item_builders = {}

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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