remove debug message
This commit is contained in:
parent
cc1ffcb065
commit
a24bf87c30
1 changed files with 0 additions and 1 deletions
|
@ -20,7 +20,6 @@ async fn mock(ctx: &Context, msg: &Message) -> CommandResult {
|
||||||
content = (&content).replacen(word, &random_uppercase(word), 1);
|
content = (&content).replacen(word, &random_uppercase(word), 1);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
// debug_say(msg, ctx, content).await?;
|
|
||||||
msg.channel_id
|
msg.channel_id
|
||||||
.send_message(ctx, |m| {
|
.send_message(ctx, |m| {
|
||||||
m.content(content);
|
m.content(content);
|
||||||
|
|
Loading…
Reference in a new issue