Skip to content

Commit

Permalink
Update fun.py
Browse files Browse the repository at this point in the history
fixed say  command
  • Loading branch information
DanielOrourke02 committed Apr 18, 2024
1 parent 0dc1b2b commit 2e82f3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/fun.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ async def ping(self, ctx):


@commands.command()
async def say(self, ctx, message: str=None):
async def say(self, ctx, *, message: str=None):
if message is None:
embed = discord.Embed(
title="Incorrect say usage",
Expand Down

0 comments on commit 2e82f3c

Please sign in to comment.