Skip to content

Commit

Permalink
Update bot.py
Browse files Browse the repository at this point in the history
  • Loading branch information
SebaG20xx authored Aug 17, 2023
1 parent 54700ac commit a6b7c2a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bot.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
intents = discord.Intents.all()
scrap = cloudscraper.create_scraper()
client = commands.Bot(command_prefix = ';',intents=intents)
BASE_URL = "https://celuzador.online/celuzadorApi.php"

@client.event
async def on_ready():
Expand Down

0 comments on commit a6b7c2a

Please sign in to comment.