This commit is contained in:
@ -12,7 +12,7 @@ exports.run = async (client, message, args) => {
|
||||
const data = await res.json();
|
||||
|
||||
client.usersToReactTo = data.map((entry) => {
|
||||
const [userId, emoji] = entry.split(":");
|
||||
const [userId, emoji] = entry.split("|");
|
||||
return { userId, emoji };
|
||||
});
|
||||
|
||||
|
Reference in New Issue
Block a user