summaryrefslogtreecommitdiff
path: root/src/teawie_bot/bot.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/teawie_bot/bot.py')
-rw-r--r--src/teawie_bot/bot.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/teawie_bot/bot.py b/src/teawie_bot/bot.py
index 7e2e6d1..835783a 100644
--- a/src/teawie_bot/bot.py
+++ b/src/teawie_bot/bot.py
@@ -48,7 +48,7 @@ async def ask(ctx: commands.Context):
name="ask",
description="ask lord teawie a question and they shall respond",
guild=SERVER_ID)
-async def ask_slash_command(interaction: discord.Interaction):
+async def ask_slash_command(interaction: discord.Interaction, question: str): # pylint: disable=unused-argument
msg = utils.get_random_response(bot)
await interaction.response.send_message(msg)