We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b168cb commit c0b7cd7Copy full SHA for c0b7cd7
src/commands/frames/advanced.rs
@@ -175,5 +175,7 @@ pub async fn advanced(
175
reply.embeds.extend(vec_embeds);
176
ctx.send(reply).await?;
177
178
+ // New version notification
179
+ //ctx.channel_id().say(ctx, r"[__**Patch.**__](<https://github.com/yakiimoninja/baiken/releases>)").await?;
180
Ok(())
181
}
0 commit comments