Przeglądaj źródła

removed left over print

tags/v2.0.0
Roxie Gibson 5 lat temu
rodzic
commit
0eb73115b5
1 zmienionych plików z 0 dodań i 1 usunięć
  1. +0
    -1
      roxbot/cogs/fun.py

+ 0
- 1
roxbot/cogs/fun.py Wyświetl plik

@@ -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):

Ładowanie…
Anuluj
Zapisz