mirror of
https://github.com/arthur-pbty/New-discord-bot-coins.git
synced 2026-06-26 14:15:48 +02:00
add corp
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
module.exports = {
|
||||
name: "messageReactionAdd",
|
||||
async execute(client, reaction) {
|
||||
await reaction.message.react(reaction._emoji.name).catch(() => {});
|
||||
},
|
||||
};
|
||||
Reference in New Issue
Block a user