Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
|
@@ -20,7 +20,7 @@ intents = discord.Intents.all()
|
|
| 20 |
intents.messages = True
|
| 21 |
bot = commands.Bot(command_prefix='!', intents=intents)
|
| 22 |
|
| 23 |
-
slack_client = WebClient(token=
|
| 24 |
|
| 25 |
@bot.event
|
| 26 |
async def on_ready():
|
|
|
|
| 20 |
intents.messages = True
|
| 21 |
bot = commands.Bot(command_prefix='!', intents=intents)
|
| 22 |
|
| 23 |
+
slack_client = WebClient(token=SLACK_BOT_TOKEN)
|
| 24 |
|
| 25 |
@bot.event
|
| 26 |
async def on_ready():
|