smol bot
oops
| -rw-r--r-- | src/bot/schematic.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bot/schematic.rs b/src/bot/schematic.rs index fd9bd04..9964943 100644 --- a/src/bot/schematic.rs +++ b/src/bot/schematic.rs @@ -148,7 +148,7 @@ pub async fn with( super::data::push_j(serde_json::json! {{ "locale": m.locale, "name": m.author, - "id": m.author, + "id": m.author_id, "cname": "schematic message input", "guild": m.guild, "channel": m.channel.get(), |