Skip to content

Commit 1f0ae07

Browse files
author
Luuk Nieuwdorp
committed
Huge refactor
Restructure project using commando discord.js, much of the actual code/logic is the same/re-used, just much more decoupled. The readme contains a few items before this can be merged (mostly permissions)
1 parent 53629d8 commit 1f0ae07

14 files changed

+585
-244
lines changed

README.md

+9
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,15 @@
22

33
Discord bot intended to simplify queue sniping in Apex Legends using a system of party leaders.
44

5+
## Refactor TO-DO
6+
### Absolutely necessary
7+
* Implement permission for admin commands
8+
### Important
9+
* Make sure duplicates can't be added to the queue as in captains and players or vice versa (player can't be added to captains if they're a player, cant be added to captains if player)
10+
### Afterwards
11+
* Better error handling (to be expanded)
12+
* Automated testing
13+
514
## Manual setup instructions
615

716
1. `npm install`

0 commit comments

Comments
 (0)