diff --git a/LogBot/logbot.py b/LogBot/logbot.py index 2f40530..aae8851 100644 --- a/LogBot/logbot.py +++ b/LogBot/logbot.py @@ -31,11 +31,8 @@ class Logbot(Bot): """ # noqa IMAGE_TYPES = (".jpg", "jpeg", "png", ".gif", ".bmp", ".svg", "eps") - AUDIO_TYPES = (".mp3", ".ogg", ".oga", ".mogg", ".wav", ".m4a", ".webm") - FILE_TYPES = ".pdf" - VIDEO_TYPES = ( ".mp4", ".webm",