Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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
Add greeting for new players through /tutorial #88
Add greeting for new players through /tutorial #88
Changes from 14 commits
47cd73c
282f4b2
921b9e1
00a8ab0
1f17838
3df48fb
b578fee
c14b55d
be30415
baa942f
9693fb7
4003993
1ca7f94
c387f45
0b84b59
bcf7496
82b3f62
f08d5de
4d68c0a
6c60beb
3adbda6
3652094
bf0a261
b41ad23
86e8fc5
c82c5c4
2ca45ed
7617a31
9b50e5e
1301bf3
ee941b2
e08d6ce
1b84ebd
a976c3a
4d2a755
4e82785
d2b9764
81e607e
b8f2342
2311e28
77c942c
6bc3b93
beba7a9
bb1d3b9
4f03437
c8ca4b2
898eb4d
fdbd9b7
0f61260
8c6dbf2
991419f
ad0517e
59e7dd7
975b67f
39e707b
a54de44
0a3a163
c7a1e5b
85d7f64
5128823
0f8cc90
8068b72
8e78ea7
17396c7
a40c395
d0c0587
91f5ead
50505cd
4d03fb3
3dfda39
8aeb7de
b334808
cca345b
b4de51e
1dfd3e1
b463df5
2379982
55b65b4
b5be2a1
c642e80
5c20e33
5dff6a3
a427cf3
db289c2
2889df8
6bcde1e
6a55070
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Indentation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you fix the indentation here?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You should make a function called
startTutorialFlow
that takes a player as the parameter. This feels a little hacky lol.There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
fix description. the command itself does not greet new users.