mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-17 03:00:13 +00:00
chore: bump twilight
This commit is contained in:
parent
2710d1fb2b
commit
19616b6bbb
4 changed files with 1617 additions and 926 deletions
|
|
@ -183,10 +183,7 @@ pub async fn runner(
|
|||
match event {
|
||||
Event::InteractionCreate(_) => {}
|
||||
Event::MessageCreate(ref m) if m.author.id != our_user_id => {}
|
||||
Event::MessageUpdate(ref m)
|
||||
if let Some(author) = m.author.clone()
|
||||
&& author.id != our_user_id
|
||||
&& !author.bot => {}
|
||||
Event::MessageUpdate(ref m) if m.author.id != our_user_id && !m.author.bot => {}
|
||||
Event::MessageDelete(_) => {}
|
||||
Event::MessageDeleteBulk(_) => {}
|
||||
Event::ReactionAdd(ref r) if r.user_id != our_user_id => {}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue