-
Notifications
You must be signed in to change notification settings - Fork 3
Cleanup of raid creation #12
Copy link
Copy link
Open
Description
Currently the way we create raids is not ideal. There are multiple parameters and many things can go wrong. The way I plan to clean this up is by changing the following:
- Creating a Raid only requires a name e.g.
$create Farringdon
In a separate command you add details:
- Pokemon Name e.g.
$pokemon Farringdon pikachu - Raid Time e.g.
$time Farringdon 15:30 - Expire time in mins/hours (this will be set by default to 2 hours but can be changed to a longer time -this also removes the dependencies on timezone which were becoming messy) e.g.
$expire Farringdon 1440 - Default expire can be changed by admins e.g. `$deafultexpire 180
- Raid Date e.g.
$date Farringdon 2018-06-12- Ideal for ex raids on different days. This is completely optional with no default - Cleanup the methods in the raidservice so that the method names and keywords are all similar
- Change the help section so people know how to use the new changes
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels