Various plugin updates. New plugin for stable diffusion
This commit is contained in:
@@ -26,9 +26,9 @@ async def handle_command(room, message, bot, prefix, config):
|
||||
plugin_descriptions = get_plugin_descriptions()
|
||||
|
||||
# Prepend custom string before the output
|
||||
plugin_descriptions.insert(0, "<details><summary><strong>🔌Plugins List🔌<br>⤵︎Click Here to Expand⤵︎</strong></summary><br>")
|
||||
plugin_descriptions.insert(0, "<details><summary><strong>🔌Plugins List🔌<br>⤵︎Click Here to Expand⤵︎</strong></summary>")
|
||||
|
||||
plugins_message = "<br><br>".join(plugin_descriptions)
|
||||
plugins_message = "<br>".join(plugin_descriptions)
|
||||
plugins_message += "</details>"
|
||||
await bot.api.send_markdown_message(room.room_id, plugins_message)
|
||||
logging.info("Sent plugin list to the room")
|
||||
|
Reference in New Issue
Block a user