functions for signing stuff

This commit is contained in:
2021-07-16 18:18:35 +01:00
parent bef33c6dac
commit 320060b1bd
4 changed files with 43 additions and 6 deletions

View File

@ -268,8 +268,6 @@ DELETE FROM guilds WHERE guild = ?
if let (Some(InteractionData::MessageComponent(data)), Some(member)) =
(interaction.clone().data, interaction.clone().member)
{
println!("{}", data.custom_id);
if data.custom_id.starts_with("timezone:") {
let mut user_data = UserData::from_user(&member.user, &ctx, &pool)
.await