slidcord.config

Attributes

Module Contents

slidcord.config.DISCORD_VERBOSE = False[source]
slidcord.config.DISCORD_VERBOSE__DOC = "Let the discord lib at the same loglevel as others loggers. By default, it's set it to WARNING...[source]
slidcord.config.MUC_BACK_FILL = 50[source]
slidcord.config.MUC_BACK_FILL__DOC = 'The number of messages to fetch in text channels on slidge startup.'[source]
slidcord.config.AUTO_FETCH_FRIENDS_BIO = False[source]
slidcord.config.AUTO_FETCH_FRIENDS_BIO__DOC = "If set to true, slidcord will automatically fetch the 'bio' of your discord friends on startup,...[source]
slidcord.config.CONVERT_STICKERS = True[source]
slidcord.config.CONVERT_STICKERS__DOC = 'Convert incoming animated stickers to webm videos. Requires lottie_to_webm.sh in $PATH, cf...[source]
slidcord.config.CONVERT_STICKERS_EXECUTABLE = 'lottie_to_webm.sh'[source]
slidcord.config.CONVERT_STICKERS_EXECUTABLE__DOC = 'Path to the TGS/webm converter executable.'[source]
slidcord.config.CONVERT_STICKERS_SIZE = 128[source]
slidcord.config.CONVERT_STICKERS_SIZE__DOC = 'Width and height video stickers.'[source]
slidcord.config.CONVERT_STICKERS_FPS = 60[source]
slidcord.config.CONVERT_STICKERS_FPS__DOC = 'Framerate of the video stickers'[source]