Skip to content

Commit 56f0fc1

Browse files
committed
Move scope.jpg to _static folder
1 parent 9b951e4 commit 56f0fc1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
File renamed without changes.

docs/quickstart.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ After reading that, there is one more step before inviting your bot.
1515
The second step will now be setting your scope correctly for the bot to
1616
properly recognize slash commands, as shown here:
1717

18-
.. image:: images/scope.jpg
18+
.. image:: _static/scope.jpg
1919

2020
Then, invite your bot to your guild.
2121

@@ -47,7 +47,7 @@ slash commands just yet. We can do that by adding this code shown here:
4747
Make sure this code is added before the client.run() call!
4848
It also needs to be under on_ready, otherwise, this will not work.
4949
"""
50-
50+
5151
guild_ids = [789032594456576001] # Put your server ID in this array.
5252
5353
@slash.slash(name="ping", guild_ids=guild_ids)

0 commit comments

Comments
 (0)