1
0
mirror of https://github.com/toast-ts/Daggerbot-TS.git synced 2024-11-16 20:00:59 -05:00

Update V4 to include Lua

Lua being added to V4 as a module system alongside Rust codebase.
This commit is contained in:
pomni32 2024-06-12 20:55:52 +10:00 committed by GitHub
parent 7493f1ee30
commit bf770a138f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -24,7 +24,7 @@ This is a revision history of how far we come in development cycle;
|----------|----------|---------|----------| |----------|----------|---------|----------|
| V1 | JavaScript | Discord.JS v13 | Message commands | | V1 | JavaScript | Discord.JS v13 | Message commands |
| V2-V3 | TypeScript | Discord.JS v14 | Slash/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[..]`) ## CLI arguments (`process.argv[..]`)
`yarn dev` - Starts the development bot with predefined args. `yarn dev` - Starts the development bot with predefined args.