#Welcome message

1 messages · Page 1 of 1 (latest)

bold widget
#

Hi I’m trying to make my welcome message this embed ,createembed {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} ** but it doesn’t turn into an embed**

stoic ruin
#

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}

ruby elkBOT
#

new_cross @stoic ruin: You are missing Manage Channels permission(s) to run this command

bold widget
stoic ruin
#

did you make the embed from the website?

bold widget
#

It works when I do createembed

#

But when I set it to the welcome message it doesn't make it a embed

stoic ruin
#

is the emoji you're using one from the server you're making the welcome msg in?

bold widget
#

i will try

coarse cloak
#

,h createembed

ruby elkBOT
# coarse cloak ,h createembed
greed help
Command: createembed • Information module

Create and send an embed from code

Syntax: ,createembed (code)
Example: ,createembed```
**Permissions**

None

coarse cloak
#

,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}

ruby elkBOT
#

new_cross @coarse cloak: Failed to create embed: 'Thread' object has no attribute 'position'

coarse cloak
#

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}

ruby elkBOT
#

new_cross @coarse cloak: Failed to create embed: 'Thread' object has no attribute 'position'

coarse cloak
#

just I don't have perms

#

you don't do name: && value: in fields

#

you just put them

bold widget