Write Tests #7
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This will require a few major changes.
The rss.py file should be renamed to cmd.py.
All of the commands code should be pulled out into another non-extension python file, and should be called via imports from the cmd.py file.
This way we can test the functions without relying on a discord interaction object.