Update app.py
Browse files
app.py
CHANGED
@@ -55,7 +55,7 @@ bot = commands.Bot(command_prefix='!', intents=intents)
|
|
55 |
|
56 |
#---------------------------------------------------------------------------------------------------------------------------------------------
|
57 |
@bot.command()
|
58 |
-
async def info()
|
59 |
current_directory = os.getcwd()
|
60 |
temp_directory = tempfile.gettempdir()
|
61 |
await ctx.reply(f"current_directory={current_directory}\n temp_directory={temp_directory}")
|
|
|
55 |
|
56 |
#---------------------------------------------------------------------------------------------------------------------------------------------
|
57 |
@bot.command()
|
58 |
+
async def info():
|
59 |
current_directory = os.getcwd()
|
60 |
temp_directory = tempfile.gettempdir()
|
61 |
await ctx.reply(f"current_directory={current_directory}\n temp_directory={temp_directory}")
|