I'm currently coding this bot for my community server, Havenia. I think it will be helpful for others — it's simple to use and clean
: تأكد أن البوت لديه صلاحية إرسال الرسائل وإرفاق الملفات في هذه الرومات. يمكنك إستعمال صورة افتار او بنر بصيغة gif
Make sure the bot has permissions to send messages and attach files in these channels. You can use gif Avatar/ banner
- 🎨 Developed by Velrosy
- 💡 Designed for easy use & full customization
- 📦 Uses
discord.js & canvasand other npm packages - contact Me If You Need Help (valouyr) ⬅️ Discord User
My Discord Account
Edit the .env file with your own bot token:
DISCORD_TOKEN=Edit the matchingFlow.js file with your channel IDs
const INTERACTION_CHANNEL_ID = '1460649090298675374';
const MATCHING_RESULT_CHANNEL_ID = '1457845491583815690';Edit the profileFlow.js file with your channel IDs
const INTERACTION_CHANNEL_ID = '1460649020354728149'; // 🎨 Channel where profile commands are received
// 🗂️ Destination channels based on profile type
const TARGET_CHANNELS = {
boy: { id: '1457845005518508275', label: 'Boy profile' }, // Boys profiles room id
girl: { id: '1457845307139162312', label: 'Girl profile' }, // Girls profiles room id
anime: { id: '1457845411388854495', label: 'Anime profile' } // Anime profiles room id
};In ready.js set your stream URL and custom statuses
const activities = [
`Status 1`, // Hi world
`Status 2`, // Velrosy Space
`Try New Profile`, // Hello, the new Profile Designer System is here!
];
url: "https://www.twitch.tv/test"> // ┈➤ example : https://www.twitch.tv/velrosy
