Skip to content

Commit

Permalink
Dedicated config, refactor bot class, update Discord.py (#33)
Browse files Browse the repository at this point in the history
* Pin discord.py for consistency

* Remove old bot code

* Add dedicated config file

* Move command creation into class

* Update discord.py version
  • Loading branch information
MattIPv4 authored Mar 4, 2024
1 parent e8d1c9d commit 44be8d0
Show file tree
Hide file tree
Showing 11 changed files with 593 additions and 1,004 deletions.
9 changes: 5 additions & 4 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
token_dev.txt
token.txt
venv/
/venv/
/.idea/
/.vscode/
__pycache__/
.DS_Store
.idea/
config.py
590 changes: 0 additions & 590 deletions bot.py

This file was deleted.

62 changes: 0 additions & 62 deletions devlaunch.py

This file was deleted.

Empty file added jetbot/__init__.py
Empty file.
Loading

0 comments on commit 44be8d0

Please sign in to comment.