#[allow(non_snake_case)] on announceChallenge
This commit is contained in:
parent
0741d18c48
commit
531e108bdb
1 changed files with 1 additions and 0 deletions
|
@ -166,6 +166,7 @@ async fn announce(ctx: &Context, msg: &Message, args: Args) -> CommandResult {
|
|||
|
||||
#[command]
|
||||
#[owners_only]
|
||||
#[allow(non_snake_case)]
|
||||
async fn announceChallenge(ctx: &Context, msg: &Message) -> CommandResult {
|
||||
let challenge_number = get_challenge_number();
|
||||
let message = format!("Welcome to the **{n}{th}** weekly **Tegaki Tuesday** (手書きの火曜日) handwriting challenge! :pen_fountain: The prompt is available in both Japanese and English on the website at <https://tegakituesday/{n}>.
|
||||
|
|
Loading…
Add table
Reference in a new issue