Weather plugin added

This commit is contained in:
2025-10-15 21:55:44 -05:00
parent 2feeb339f2
commit e575598772
4 changed files with 169 additions and 1 deletions

View File

@@ -56,6 +56,7 @@ async def load_plugin(plugin_name):
'xkcd': 'plugins.xkcd',
'youtube-preview': 'plugins.youtube-preview',
'youtube-search': 'plugins.youtube-search',
'weather': 'plugins.weather'
}
# Get the module path from the mapping