Hi everyone,
I am already trying 3 days to fix something. I want to make a setjoinmsg command. The setjoinmsg works fine but I want to make it that like people can do setjoinmsg Welcome {user}
and that {user} automatically become Welcome @user
Welcome @user
is there a easy way to do this?
Hey are you using a database? and if so, what database.
Because with my DB I use
channel.send(text.replace(/<@>/g, `<@${member.id}>`))
I use quick.db
This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.