We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f4e12e5 commit b4aa04fCopy full SHA for b4aa04f
docs/index.rst
@@ -16,7 +16,7 @@ Example:
16
import discord
17
from discord.ext import commands
18
from discord_slash import SlashCommand
19
- from discord_slash.model import SlashContext
+ from discord_slash import SlashContext
20
21
bot = commands.Bot(command_prefix="!", intents=discord.Intents.all())
22
slash = SlashCommand(bot)
0 commit comments