p
#[command(
name = "blah",
description = "blah blah",
args(max_len = 3, type = (u32, u32, u32))
event = Message
)]
fn blah_command(msg: Message, args: (u32, u32, u32), cx: Context) {}
Size: a a a
p
#[command(
name = "blah",
description = "blah blah",
args(max_len = 3, type = (u32, u32, u32))
event = Message
)]
fn blah_command(msg: Message, args: (u32, u32, u32), cx: Context) {}
V
V
p
p
p
#[command(
name = "blah",
description = "blah blah",
args(max_len = 3, type = (u32, u32, u32))
event = Message
)]
fn blah_command(msg: Message, args: (u32, u32, u32), cx: Context) {}
V
p
SP
G
#[command(
name = "blah",
description = "blah blah",
args(max_len = 3, type = (u32, u32, u32))
event = Message
)]
fn blah_command(msg: Message, args: (u32, u32, u32), cx: Context) {}
V
V
G
V

V
p
DF
DF
DF
DF