Skip to content

Commit

Permalink
Reverted changes from #49be3cd
Browse files Browse the repository at this point in the history
  • Loading branch information
SVijayB committed May 29, 2020
1 parent 280e065 commit b321c66
Show file tree
Hide file tree
Showing 12 changed files with 5 additions and 29 deletions.
8 changes: 2 additions & 6 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
.vscode
Spam_botz/__pycache__
Spam_botz/Modules/__pycache__
build/
dist/
*.egg-info/
__pycache__/
src/__pycache__
src/Modules/__pycache__
Empty file removed Spam_botz/__init__.py
Empty file.
22 changes: 0 additions & 22 deletions setup.py

This file was deleted.

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
3 changes: 2 additions & 1 deletion Spam_botz/Spam_botz.py → src/Spam_botz.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@
import time

if __name__ == "__main__":
print("Spam-Botz | 1.0.0")
data = open("../version.txt" , "r").read()
print("Spam-Botz | " + data)
time.sleep(1)
print("""How would you like to spam ?
1) Static Message
Expand Down
1 change: 1 addition & 0 deletions version.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
v1.0.0

0 comments on commit b321c66

Please sign in to comment.