mirror of
https://github.com/BluemediaGER/muse.git
synced 2024-11-10 03:55:29 +01:00
Change welcome message to use slash command
This commit is contained in:
parent
55d8a2e97b
commit
ac1fef836f
|
@ -86,7 +86,7 @@ export default async (guild: Guild): Promise<void> => {
|
||||||
// Send welcome
|
// Send welcome
|
||||||
const boundChannel = guild.client.channels.cache.get(chosenChannel.id) as TextChannel;
|
const boundChannel = guild.client.channels.cache.get(chosenChannel.id) as TextChannel;
|
||||||
|
|
||||||
await boundChannel.send(`hey <@${owner.id}> try \`${prefixCharacter}play https://www.youtube.com/watch?v=dQw4w9WgXcQ\``);
|
await boundChannel.send(`hey <@${owner.id}> try \`\\play https://www.youtube.com/watch?v=dQw4w9WgXcQ\``);
|
||||||
|
|
||||||
await firstStepMsg.channel.send(`Sounds good. Check out **#${chosenChannel.name}** to get started.`);
|
await firstStepMsg.channel.send(`Sounds good. Check out **#${chosenChannel.name}** to get started.`);
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue