mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-04 04:56:49 +00:00
Add preliminary support for buttons
This commit is contained in:
parent
0b91e71384
commit
d7c0592947
11 changed files with 217 additions and 7 deletions
|
|
@ -109,6 +109,8 @@ namespace PluralKit.Bot
|
|||
await HandleEvent(shard, mdb);
|
||||
if (evt is MessageReactionAddEvent mra)
|
||||
await HandleEvent(shard, mra);
|
||||
if (evt is InteractionCreateEvent ic)
|
||||
await HandleEvent(shard, ic);
|
||||
|
||||
// Update shard status for shards immediately on connect
|
||||
if (evt is ReadyEvent re)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue