Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Static pickup queue message handling #5

Merged
merged 9 commits into from
May 23, 2020

Conversation

Floydan
Copy link
Owner

@Floydan Floydan commented May 23, 2020

  • Changed default run mode of commandservice to Async
  • added reactionadded and reactionremoved event handlers to pickupmodule
  • added new method for handling the static pickup message
  • added default pickups category creation on bot join
  • moved all pickup related channels to new pickup category on bot join
  • extended repository to enable search for a specific property value

- Changed default run mode of commandservice to Async
- added reactionadded and reactionremoved event handlers to pickupmodule
- added new method for handling the static pickup message
- added default pickups category creation on bot join
- moved all pickup related channels to new pickup category on bot join
- extended repository to enable search for a specific property value
@Floydan Floydan added the enhancement New feature or request label May 23, 2020
@Floydan Floydan self-assigned this May 23, 2020
removed the dispose of the discordsocketclient in pickupmodule since this caused the bot to disconnect
added comments in dispose methods
@Floydan Floydan changed the title Static pickup queue message handling initial checkin Static pickup queue message handling May 23, 2020
Floydan added 7 commits May 23, 2020 16:16
…sage` but wasn't updated via the repository in method `AddInternal`
Updated LeaveInternal to update the staticqueue message
Optimized the Clear command to reduce the number of repository update calls
added clone to pickupqueue model
Updated rename command to use the new pickup clone method
refactored spacings
@codeclimate
Copy link

codeclimate bot commented May 23, 2020

Code Climate has analyzed commit 4dc7e98 and detected 1 issue on this pull request.

Here's the issue category breakdown:

Category Count
Complexity 1

View more on Code Climate.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment