Skip to content

Commit

Permalink
Defined the Bot Instance and the Main Program
Browse files Browse the repository at this point in the history
  • Loading branch information
saccofrancesco committed Feb 1, 2022
1 parent 95c58dd commit 575d008
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion main.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
# Importing Modules
from bot import Bot
from datetime import datetime
import time
import time

# Defining the main program
bot = Bot()
if __name__ == "__main__":
pass

0 comments on commit 575d008

Please sign in to comment.