fix list accoutn verification button
This commit is contained in:
parent
5e81e07b05
commit
df3127a763
1 changed files with 1 additions and 1 deletions
|
@ -104,7 +104,7 @@ async fn button(
|
|||
Ok(())
|
||||
}
|
||||
"listaccounts" => {
|
||||
let user = interaction.message.mentions.first().unwrap();
|
||||
let user = u.to_user(&ctx);
|
||||
let s: String = crate::commands::accountv2::list_string(
|
||||
&data.sqlite_pool,
|
||||
user,
|
||||
|
|
Loading…
Add table
Reference in a new issue