Disable message pinning
This commit is contained in:
parent
347a52810b
commit
a388416945
1 changed files with 2 additions and 2 deletions
|
@ -91,7 +91,7 @@ async fn setAnnouncementRole(ctx: &Context, msg: &Message, mut args: Args) -> Co
|
||||||
#[command]
|
#[command]
|
||||||
#[owners_only]
|
#[owners_only]
|
||||||
async fn announce(ctx: &Context, msg: &Message, args: Args) -> CommandResult {
|
async fn announce(ctx: &Context, msg: &Message, args: Args) -> CommandResult {
|
||||||
send(ctx, msg, args.rest(), true, true).await
|
send(ctx, msg, args.rest(), true, false).await
|
||||||
}
|
}
|
||||||
|
|
||||||
#[command]
|
#[command]
|
||||||
|
@ -111,7 +111,7 @@ You can make submissions in both languages, but please submit in your target lan
|
||||||
},
|
},
|
||||||
p = env::var("PREFIX").unwrap()
|
p = env::var("PREFIX").unwrap()
|
||||||
);
|
);
|
||||||
send(ctx, msg, &message, true, true).await
|
send(ctx, msg, &message, true, false).await
|
||||||
}
|
}
|
||||||
|
|
||||||
#[command]
|
#[command]
|
||||||
|
|
Loading…
Add table
Reference in a new issue