Skip to content

Velrosy-Space/Profile-Designer-System

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hi There Welcome To Velrosy Space

🎨 Discord Bot – Profile Designer v1

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

📸 Preview / معاينة الصور

🎨 Profile Preview

🎨 Matching Profile Preview



🎸 ملاحظة

: تأكد أن البوت لديه صلاحية إرسال الرسائل وإرفاق الملفات في هذه الرومات. يمكنك إستعمال صورة افتار او بنر بصيغة gif

🎸 Note

Make sure the bot has permissions to send messages and attach files in these channels. You can use gif Avatar/ banner

🏆 Credits

  • 🎨 Developed by Velrosy
  • 💡 Designed for easy use & full customization
  • 📦 Uses discord.js & canvas and other npm packages
  • contact Me If You Need Help (valouyr) ⬅️ Discord User

My Discord Account

Discord Presence

⚙️ Configuration

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

About

Discord Profile Designer Bot – v1

Topics

Resources

License

Stars

1 star

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors