Spaces:
Paused
Paused
Update bot_main.py
Browse files- bot_main.py +2 -0
bot_main.py
CHANGED
|
@@ -3,6 +3,8 @@ from discord.ext import commands
|
|
| 3 |
from discord import app_commands
|
| 4 |
import difflib
|
| 5 |
import os
|
|
|
|
|
|
|
| 6 |
|
| 7 |
|
| 8 |
try:
|
|
|
|
| 3 |
from discord import app_commands
|
| 4 |
import difflib
|
| 5 |
import os
|
| 6 |
+
os.environ["GOOGLE_API_KEY"] = "AIzaSyBVVFp8M5Vl5LxQb57R4uj1vTN0gvmkwqE"
|
| 7 |
+
os.environ["BOT_TOKENS"] = "MTI4MDAzNjQxNjYyOTUwNjExMA.GPVTvA.5hnMyTrHmXIsn3c-JknDbUKADAyk9ygvlt5dmM"
|
| 8 |
|
| 9 |
|
| 10 |
try:
|