generated from Baipyrus/DiscordJS-Template
reformat: auto format
This commit is contained in:
parent
7ea28db049
commit
0c3c1b5582
@ -66,7 +66,11 @@ const saveMessageData = async (id, role, emoji) => {
|
|||||||
);
|
);
|
||||||
|
|
||||||
// Create database entry for pair
|
// Create database entry for pair
|
||||||
await RoleEmojiPair.create({ message: id, role: role.id, emoji: emoji.replace(/:(\s*[^:]*\s*):/, ":_:") });
|
await RoleEmojiPair.create({
|
||||||
|
message: id,
|
||||||
|
role: role.id,
|
||||||
|
emoji: emoji.replace(/:(\s*[^:]*\s*):/, ':_:')
|
||||||
|
});
|
||||||
};
|
};
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
Reference in New Issue
Block a user