test
This commit is contained in:
parent
49ed6773eb
commit
c55724f4fc
@ -4,6 +4,8 @@ let pinboardCursor = 0;
|
||||
|
||||
const parsePinboardImageUrls = () => {
|
||||
const raw = process.env.PINBOARD_IMAGE_URLS;
|
||||
console.log(`🔍 URLs brutes du pinboard: ${raw}`);
|
||||
SlashCommandRoleOption.log(raw.split(','));
|
||||
return raw.split(',').map(url => url.trim()).filter(url => url.length > 0);
|
||||
};
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user