This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/python3 | |
# -*- coding: UTF-8 -*- | |
import time, os, discord | |
from multiprocessing.dummy import Pool as WorkerPool | |
logdir = "/home/sektour/.local/share/starconflict/logs" #путь к логам | |
libopus = "/usr/lib64/libopus.so" #путь к libopus | |
soundfile = "/home/sektour/files/NLD.mp3" #путь к звуку проигрываему при запуске торпед | |
owner = "nick" #никнейм владельца бота |