remove debug message

master
Edward Shen 2020-05-02 16:54:44 -04:00
parent cc1ffcb065
commit a24bf87c30
Signed by: edward
GPG Key ID: 19182661E818369F
1 changed files with 0 additions and 1 deletions

View File

@ -20,7 +20,6 @@ async fn mock(ctx: &Context, msg: &Message) -> CommandResult {
content = (&content).replacen(word, &random_uppercase(word), 1);
}
}
// debug_say(msg, ctx, content).await?;
msg.channel_id
.send_message(ctx, |m| {
m.content(content);