Skip to content

Commit

Permalink
Merge pull request #2 from jadnast/patch-1
Browse files Browse the repository at this point in the history
Update main.py
  • Loading branch information
kamil12-dev authored Jul 23, 2023
2 parents 44be1c0 + 1c37278 commit 1c1e01a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions main.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,9 @@
from disnake.ext import commands
import os
import sqlite3
#import keep_alive
from decouple import config

BOT_TOKEN = config('BOT_TOKEN')

bot = commands.Bot(command_prefix='/', intents=disnake.Intents.all(), reload=True)

Expand Down Expand Up @@ -51,4 +52,4 @@ async def on_disconnect():



bot.run()
bot.run(BOT_TOKEN)

0 comments on commit 1c1e01a

Please sign in to comment.