Hi I’m trying to make my welcome message this embed ,createembed {embed}{color: #ffffff}$v{title: Welcome to /soon!
}$v{description: Hello {user.mention}, welcome to our server! You are member #{guild.count}.}$v{thumbnail: {user.avatar}}$v{footer: {guild.name}}$v{fields: name: Account Created && value: {user.created_at} && inline: true} ** but it doesn’t turn into an embed**
#Welcome message
1 messages · Page 1 of 1 (latest)
if you're trying to set a welcome message with an embed
type ,welcome message then the script for the embed
so for you it would be
,welcome message {embed}{color: #ffffff}$v{title: Welcome to /soon! :wsr:}$v{description: Hello {user.mention}, welcome to our server! You are member #{guild.count}.}$v{thumbnail: {user.avatar}}$v{footer: {guild.name}}$v{fields: name: Account Created && value: {user.created_at} && inline: true}
@stoic ruin: You are missing Manage Channels permission(s) to run this command
I did this and it only set the welcome message to this exact same text
did you make the embed from the website?
yes
It works when I do createembed
But when I set it to the welcome message it doesn't make it a embed
is the emoji you're using one from the server you're making the welcome msg in?
i will try
,h createembed
Command: createembed • Information module
Create and send an embed from code
Syntax: ,createembed (code)
Example: ,createembed```
**Permissions**
None
,ce {embed}$v{color: #ffffff}$v{title: Welcome to /soon! :wsr:}$v{description: Hello {user.mention}, welcome to our server! You are member #{guild.count}.}$v{thumbnail: {user.avatar}}$v{footer: {guild.name}}$v{fields: name: Account Created && value: {user.created_at} && inline: true}
@coarse cloak: Failed to create embed: 'Thread' object has no attribute 'position'
oh
@bold widget
,ce {embed}$v{color: #ffffff}$v{title: Welcome to /soon! :wsr:}$v{description: Hello {user.mention}, welcome to our server! You are member #{guild.count}.}$v{thumbnail: {user.avatar}}$v{footer: {guild.name}}$v{fields: Account Created && {user.created_at} && inline: true}
@coarse cloak: Failed to create embed: 'Thread' object has no attribute 'position'
It's this
just I don't have perms
you don't do name: && value: in fields
you just put them
alr