Lua plugins for Liza v2.x rework. https://raiza.dev/
Find a file
2026-04-09 18:40:22 +09:00
events Renamed resume to events. 2026-04-08 22:34:44 +09:00
fmylife Update fmylife plugin. 2026-04-07 20:49:38 +09:00
info Update info plugin. 2026-04-07 20:49:47 +09:00
.gitignore Initial commit 2026-04-07 10:17:04 +02:00
LICENSE Initial commit 2026-04-07 10:17:04 +02:00
README.md Update README.md 2026-04-09 18:40:22 +09:00

Liza v2 plugins

Lua plugins for Liza v2.x rework.

Plugin Version Description Syntax
info 1.0.1 Shows bot info and statistics. /info
fmylife 1.0.3 Fetches a random FMyLife post. /fml [id:#]
events 1.0.1 Fires events when Disocrd receives any.

Exposed config from Liza v2

Config Description
config.fml.url FMyLife API URL.
config.fml.key FMylife API Key.
config.debug Logs debug messages if enabled.
config.version Shows the bot's version.
config.guild Shows the bot's guild id.
config.now Shows the current time formatted.
config.now_timestamp Shows the current unix timestamp.
config.uptime Shows the bot's uptime, formatted.
config.timezone Gets the configured timezone.
config.date_format Gets the configured date format.
config.language Gets the current language. E.g. enUS.
config.on_join_enabled Join messages enabled?
config.on_leave_enabled Leave messages enabled?
config.channels.logs Log channel ID.
config.channels.announcements Announcements channel ID.
config.channels.stats_members Stats Members channel ID.
config.channels.stats_boosts Stats Boosts channel ID.
config.channels.stats_staff Stats Staff channel ID.
config.channels.roles Role menu channel ID.
config.channels.giveaways Giveaways channel ID.
config.channels.tickets Tickets channel ID.
config.channels.dev Dev channel ID.
More will be added in due time.