aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/events/guild-create.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/events/guild-create.ts b/src/events/guild-create.ts
index 722b736..6263673 100644
--- a/src/events/guild-create.ts
+++ b/src/events/guild-create.ts
@@ -86,7 +86,7 @@ export default async (guild: Guild): Promise<void> => {
// Send welcome
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.`);
};