Chaging the folders and creating a separeted class for messages

This commit is contained in:
Rafael Vargas
2022-03-22 17:53:21 -04:00
parent 2240c7535a
commit a828350201
27 changed files with 145 additions and 85 deletions

View File

@@ -1,11 +1,11 @@
from Config.Singleton import Singleton
from Config.Config import Config
from Config.Config import Configs
class Helper(Singleton):
def __init__(self) -> None:
if not super().created:
config = Config()
config = Configs()
self.HELP_SKIP = 'Skip the current playing song.'
self.HELP_SKIP_LONG = 'Skip the playing of the current song, does not work if loop one is activated. \n\nArguments: None.'
self.HELP_RESUME = 'Resumes the song player.'