mirror of
https://github.com/natsukagami/youmubot.git
synced 2025-05-24 01:00:49 +00:00
Fix User/Role/Channel id parsing (#35)
* Import thiserror to make nicer errors * Create wrappers for id that exposes old parsing behavior (from mentions) * Use id wrappers when parsing parameters
This commit is contained in:
parent
431f295b41
commit
b4cf6ce94f
8 changed files with 91 additions and 21 deletions
1
Cargo.lock
generated
1
Cargo.lock
generated
|
@ -3210,6 +3210,7 @@ dependencies = [
|
|||
"futures-util",
|
||||
"reqwest",
|
||||
"serenity",
|
||||
"thiserror",
|
||||
"tokio",
|
||||
"youmubot-db",
|
||||
"youmubot-db-sql",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue