Fixing flip command

pull/8/head
sgoudham 4 years ago
parent 426480a804
commit c9c22d4546

@ -158,7 +158,7 @@ class Fun(commands.Cog):
pp_array = ["Smol pp", "Huge pp"] pp_array = ["Smol pp", "Huge pp"]
# Send out one of the responses stored in the array # Send out one of the responses stored in the array
await ctx.send(f"{ctx.author.mention} {random.choice[pp_array]}") await ctx.send(f"{ctx.author.mention} {random.choice(pp_array)}")
@command(name="dm", aliases=["DM", "dM"]) @command(name="dm", aliases=["DM", "dM"])
@is_owner() @is_owner()

Loading…
Cancel
Save