Skip to content

Commit

Permalink
okk
Browse files Browse the repository at this point in the history
  • Loading branch information
DON2604 committed Oct 22, 2023
1 parent d400a13 commit c38e8f8
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 18 deletions.
16 changes: 0 additions & 16 deletions bot/keep_alive.py

This file was deleted.

2 changes: 0 additions & 2 deletions bot/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
import discord
import os
from dotenv import load_dotenv
from keep_alive import keep_alive
from prompter import suggest_foods


Expand Down Expand Up @@ -38,5 +37,4 @@ async def on_message(self, message):
intents.message_content = True

client = MyClient(intents=intents)
keep_alive()
client.run(dtoken)

0 comments on commit c38e8f8

Please sign in to comment.