Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: corrected typo in simbrief-data support-request embed and also correction in contributing.md #71

Merged
merged 4 commits into from
Jul 27, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .github/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

Update <small>_ July 2024</small>

- fix: corrected typo in the embed for simbrief-data support-request (27/07/2024)
- docs: updated the Ground Rules on the Contributing guide page (27/07/2024)
- feat: add optional description to `/locate` panels. (27/07/2024)

Update <small>_ May 2024</small>
Expand Down
4 changes: 2 additions & 2 deletions .github/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Please help other contributors to the project wherever you can, as people all st

To ensure that commands are written professionally and clearly, please follow the guide below:

- Use the proper name for third party services. For example: simBrief and not SimBrief.
- Use the proper name for third party services. For example: SimBrief and not simBrief.
- If you are using images within the command, please ensure that they are clear and easy to understand.
- Refrain from using exclamation points unless it is a warning.
- Ensure that the contents of the command are correct. If you are unsure if something is correct please speak to any bot developer, and they will be able to verify anything.
Expand Down Expand Up @@ -272,4 +272,4 @@ Once your command is deployed, you can then go to your server settings, integrat

We ask that if you are submitting a pull request that you add a comment to the `default_member_permissions` property to specify what permissions are needed to use the command. This will allow us to easily change and keep track of the permissions required when deploying the command.

Using this permission system enables us to easily change the permissions required to use a command, without having to change any code.
Using this permission system enables us to easily change the permissions required to use a command, without having to change any code.
2 changes: 1 addition & 1 deletion src/commands/utils/simbriefData.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ const simbriefdatarequestEmbed = makeEmbed({
title: 'FlyByWire Support | SimBrief Data Request',
description: makeLines([
'To evaluate your problem we kindly ask you to enter the following bot command into a new message.',
'```/simbrief_data retrieve```',
'```/simbrief-data retrieve```',
'Enter your `pilotId` with your simbrief pilotId or userName (as set in the EFB settings). The Bot will read your last generated flight plan and display some details about it including the route.',
'',
'**Privacy notice**: If you share your pilotId or username it is possible to read your pilot name from the API the bot uses. This pilot name is by default your real name, but you can change it in the flight edit screen or your user profile in SimBrief. No data is stored by FlyByWire when using the command.',
Expand Down
Loading