incorrect formatting
This commit is contained in:
parent
15ab265dbe
commit
a37c8c7a0f
1 changed files with 1 additions and 1 deletions
|
@ -204,7 +204,7 @@ pub(crate) async fn add<'a>(
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
let s = format!("Verification request for {} with IGN `{}`", user.id.get(), ign);
|
let s = format!("Verification request for <@{}> with IGN `{}`", user.id.get(), ign);
|
||||||
ChannelId::new(1257776992497959075)
|
ChannelId::new(1257776992497959075)
|
||||||
.send_message(
|
.send_message(
|
||||||
ctx,
|
ctx,
|
||||||
|
|
Loading…
Add table
Reference in a new issue