
Veylora brings pure good vibes — hugs, pats, boops, chaos, and whatever else you come up with.
Delightful. Perfectly unnecessary. 100% worth it.
Hi, a short mesage from the Veylora Bot Creator. It would really help us if you fill out our short Survey to make Veylora Bot better! A link to a google form here: Form
Please note that the Veylora Telegram Bot and the Veylora Discord Bot are two different Projects!
More about the Telegram version of the Bot here: https://github.com/Infiloo/Veylora/tree/telegram
/vconfig)Invite Veylora to your Discord user profile for personal commands:
User Install
Add Veylora to your Discord server:
Server Install
pip install -r requirements.txt
Edit bot.py and replace:
TOKEN = "YOUR_TOKEN_HERE"
Or set it as an environment variable:
export DISCORD_TOKEN=your_token_here
Replace YOUR_CLIENT_ID in the /add command with your Application ID.
Use this URL (replace YOUR_CLIENT_ID):
https://discord.com/oauth2/authorize?client_id=YOUR_CLIENT_ID&scope=bot+applications.commands&permissions=277025770560
python bot.py
Veylora is proudly hosted for free on Wispbyte!
To keep the bot running 24/7 without costs, I rely on reliable hosting services. If you’d like to support the project at no extra cost to you, please consider signing up for Wispbyte using my referral link below.
By using this link, you help me maintain the bot and potentially unlock more resources for future updates:
| Command | Description |
|---|---|
/hug |
Hug a user 💕 |
/pat |
Pat a user 🖐️ |
/headpat |
Headpat a user 🥰 |
/boop |
Boop a user 👉 |
/highfive |
High‑five a user ✋ |
/cheer |
Cheer a user up 🎉 |
/wave |
Wave to a user 👋 |
/patpat |
Generates a Headpat Gif with the entered User PFP 🎥 |
/send |
Easilly send large files for free over Discord 📁 |
/add |
Add Veylora to your Profile or Server ➕ |
| Command | Description |
|---|---|
/vconfig view |
View the server’s current configuration |
/vconfig set_emoji |
Override custom emoji for a command |
/vconfig reset |
Reset all custom configuration |
Server administrators can fully customize Veylora’s emojis and responses with /vconfig.
Configuration is stored in data/<guild_id>.json.
Example configuration:
{
"hug": {
"emoji": "🫂",
"messages": [
"{author} absolutely crushes {target} with a hug 🫂"
]
}
}