Skip to content

Commit

Permalink
Fix ~tripsit formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
theimperious1 committed Dec 23, 2024
1 parent d452947 commit 0a35a01
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/discord/utils/messageCommand.ts
Original file line number Diff line number Diff line change
Expand Up @@ -195,11 +195,11 @@ give people a chance to answer 😄 If no one answers in 5 minutes you can try a
}
const roleTripsitter = await message.guild.roles.fetch(env.ROLE_TRIPSITTER) as Role;
const roleHelper = await message.guild.roles.fetch(env.ROLE_HELPER) as Role;
await message.channel.send(`Hey ${displayName}, someone from the ${roleTripsitter} and/or ${roleHelper} team will be with you as soon as they're available!
await message.channel.send(stripIndents`Hey ${displayName}, someone from the ${roleTripsitter} and/or ${roleHelper} team will be with you as soon as they're available!
If you’re in the right mindset please start by telling us what you took, at what dose and route, how long ago, along with any concerns you may have.
If you’re in the right mindset please start by telling us what you took, at what dose and route, how long ago, along with any concerns you may have.
**If this is a medical emergency** please contact your local emergency services: we do not call EMS on behalf of anyone.
**If this is a medical emergency** please contact your local emergency services: we do not call EMS on behalf of anyone.
`);

Expand Down

0 comments on commit 0a35a01

Please sign in to comment.