Skip to content

Commit b4aa04f

Browse files
committed
Update index.rst
1 parent f4e12e5 commit b4aa04f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Example:
1616
import discord
1717
from discord.ext import commands
1818
from discord_slash import SlashCommand
19-
from discord_slash.model import SlashContext
19+
from discord_slash import SlashContext
2020
2121
bot = commands.Bot(command_prefix="!", intents=discord.Intents.all())
2222
slash = SlashCommand(bot)

0 commit comments

Comments
 (0)