Sfoglia il codice sorgente

removed left over print

tags/v2.0.0
Roxie Gibson 5 anni fa
parent
commit
0eb73115b5
1 ha cambiato i file con 0 aggiunte e 1 eliminazioni
  1. +0
    -1
      roxbot/cogs/fun.py

+ 0
- 1
roxbot/cogs/fun.py Vedi 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…
Annulla
Salva