added youtube audio extractor, dice, and direct response for images

This commit is contained in:
ned
2023-07-03 22:18:43 +02:00
parent 710f1eaaa7
commit 0597b8ef35
12 changed files with 300 additions and 41 deletions

View File

@@ -9,7 +9,6 @@ class WorldTimeApiPlugin(Plugin):
"""
A plugin to get the current time from a given timezone, using WorldTimeAPI
"""
def __init__(self):
default_timezone = os.getenv('WORLDTIME_DEFAULT_TIMEZONE')
if not default_timezone: