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

Migrate ready off sapphire #312

Merged
merged 3 commits into from
Aug 18, 2022
Merged

Conversation

KevinBacabac
Copy link
Contributor

@KevinBacabac KevinBacabac commented Aug 17, 2022

Summary of Changes

Migrates ready logic (after startup) to a separate discord.js based file.

PRs

Resolves #314

Steps to Reproduce

Behaviour is confirmed to be the same with no regressions.

@@ -1,16 +1,9 @@
import type { ListenerOptions, Piece, PieceContext } from '@sapphire/framework';
import { Listener, Store } from '@sapphire/framework';
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why are we still using Sapphire's listener?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

For the record we removed this file after deciding we don't use the store feature

Copy link
Collaborator

@Picowchew Picowchew left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

Copy link
Contributor

@adntaha adntaha left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@mcpenguin mcpenguin merged commit 6969626 into uwcsc:master Aug 18, 2022
@KevinBacabac KevinBacabac deleted the desapphireready branch August 18, 2022 00:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Migrate Ready listener off Sapphire
4 participants