From bf770a138f8c7d027f50f5984b5714ce98b063a2 Mon Sep 17 00:00:00 2001 From: pomni32 <163978719+pomni32@users.noreply.github.com> Date: Wed, 12 Jun 2024 20:55:52 +1000 Subject: [PATCH] Update V4 to include Lua Lua being added to V4 as a module system alongside Rust codebase. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 974e240..b6e2617 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ This is a revision history of how far we come in development cycle; |----------|----------|---------|----------| | V1 | JavaScript | Discord.JS v13 | Message commands | | V2-V3 | TypeScript | Discord.JS v14 | Slash/message commands | -| V4 (Private) | Rust | Serenity v0.12.1 | Slash commands | +| V4 (Private) | Rust/Lua | Serenity v0.12.1 | Slash commands | ## CLI arguments (`process.argv[..]`) `yarn dev` - Starts the development bot with predefined args.