Spaces:
Running
Running
Remove print self
Browse files- 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)
|