🪛 Fixed swroll bug
This commit is contained in:
@ -11,7 +11,7 @@ class SwCog(commands.Cog):
|
||||
|
||||
# Rolls star wars dice
|
||||
@commands.command()
|
||||
async def swroll(self, ctx, *, content):
|
||||
async def swroll(self, ctx, *, content = ""):
|
||||
command = cap(content)
|
||||
newMessage = self.client.swroll.parseRoll("#"+str(ctx.message.author.id),command)
|
||||
messageList = newMessage.split("\n")
|
||||
|
Reference in New Issue
Block a user