placeholder files for message reaction handling

This commit is contained in:
2022-11-26 22:32:52 +01:00
parent 553fcd87cf
commit 5404f9b301
3 changed files with 10 additions and 3 deletions

View File

@ -0,0 +1,4 @@
const HandleReaction = async (reaction, Database) => {
}
module.exports = {HandleReaction}