a certain dumb bitch forgot to remove debug code
This commit is contained in:
parent
5b998f4b54
commit
fa0e51697b
|
@ -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) => {
|
||||
|
|
Loading…
Reference in New Issue