Browse Source

removed left over print

tags/v2.0.0
Roxie Gibson 5 years ago
parent
commit
0eb73115b5
1 changed files with 0 additions and 1 deletions
  1. +0
    -1
      roxbot/cogs/fun.py

+ 0
- 1
roxbot/cogs/fun.py View File

@@ -498,7 +498,6 @@ class Fun:
author = fact[1]
embed = discord.Embed(title="Roxbot Fact #{}!".format(fact_index+1), description=fact[0], colour=roxbot.EmbedColours.pink)
embed.set_footer(text="Credit: {}".format(author))
print(self.roxbot_fact_cache)
return await ctx.send(embed=embed)

def setup(bot_client):

Loading…
Cancel
Save