a certain dumb bitch forgot to remove debug code

This commit is contained in:
Agatha Rose 2020-06-06 21:44:49 +03:00
parent 5b998f4b54
commit fa0e51697b
No known key found for this signature in database
GPG Key ID: 3F9F2317B3D5C3AC
1 changed files with 0 additions and 1 deletions

View File

@ -656,7 +656,6 @@ fn pinned(ctx: &mut Context, message: &Message, mut args: Args) -> CommandResult
Ok(v) => v,
Err(_) => message.channel_id
};
dbg!(target_channel);
let pinned = match target_channel.pins(&ctx.http) {
Ok(v) => v,
Err(e) => {