Araeynn commited on
Commit
7270156
1 Parent(s): 29b574d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -1,5 +1,7 @@
1
  from typing import Optional
2
 
 
 
3
  import discord
4
  from discord import app_commands
5
 
 
1
  from typing import Optional
2
 
3
+ import os
4
+
5
  import discord
6
  from discord import app_commands
7