Urban Dictionary plugin added

This commit is contained in:
2025-10-16 00:38:47 -05:00
parent 5a320014b9
commit 89fc69557a
3 changed files with 196 additions and 2 deletions

View File

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