Update app.py
Browse files
app.py
CHANGED
@@ -1,7 +1,5 @@
|
|
1 |
#from typing import Optionala
|
2 |
-
import
|
3 |
-
|
4 |
-
awf
|
5 |
from discord import app_commands
|
6 |
from discord.ext import commands
|
7 |
#from discord import Embed, Color
|
|
|
1 |
#from typing import Optionala
|
2 |
+
import discord
|
|
|
|
|
3 |
from discord import app_commands
|
4 |
from discord.ext import commands
|
5 |
#from discord import Embed, Color
|