joytou commited on
Commit
006c68c
·
1 Parent(s): 378d1c6

Remove print self

Browse files
Files changed (1) hide show
  1. discord_bot.py +0 -1
discord_bot.py CHANGED
@@ -176,7 +176,6 @@ MyClient(bot)
176
 
177
 
178
  async def test(interaction: discord.Interaction, x: str, y: int):
179
- print(self)
180
  print(interaction)
181
  print(x)
182
  print(y)
 
176
 
177
 
178
  async def test(interaction: discord.Interaction, x: str, y: int):
 
179
  print(interaction)
180
  print(x)
181
  print(y)