Skip to content

Commit ec10e4a

Browse files
authored
Merge pull request #28 from jean1398reborn/patch-1
Make README Easier to read
2 parents 3374788 + 4269cb9 commit ec10e4a

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# discord-py-slash-command
2-
Simple Discord Slash Command extension for [discord.py](https://github.com/Rapptz/discord.py).
2+
Simple Discord Slash Commands extension for [discord.py](https://github.com/Rapptz/discord.py).
33

44
## Example
55
Normal usage:
@@ -55,11 +55,11 @@ def setup(bot):
5555
`pip install -U discord-py-slash-command`
5656

5757
## Simple note before you use this
58-
Since slash command feature is not officially released,
59-
there will be many breaking changes to this extension and may be unstable,
60-
so I'd recommend waiting until discord officially releases slash command,
61-
and wait until Release 1.1.0, which I'm planning to finish implementing most of the feature.
62-
Or you can wait until discord.py supports slash command.
58+
Since slash commands are currently not officially released (They're in public beta),
59+
there will be many breaking changes to this extension which may cause it to become unstable,
60+
so I'd recommend waiting until discord officially releases slash commands,
61+
and waiting until Release 1.1.0, which I'm planning to finish implementing most of the features.
62+
Or you can wait until discord.py supports slash commands.
6363

6464
## DOCS
6565
https://discord-py-slash-command.readthedocs.io/en/latest/

0 commit comments

Comments
 (0)