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 661c089 commit 3374788Copy full SHA for 3374788
README.md
@@ -7,7 +7,7 @@ Normal usage:
7
import discord
8
from discord.ext import commands
9
from discord_slash import SlashCommand
10
-from discord_slash.model import SlashContext
+from discord_slash import SlashContext
11
12
bot = commands.Bot(command_prefix="!", intents=discord.Intents.all())
13
slash = SlashCommand(bot)
0 commit comments