-
-
Notifications
You must be signed in to change notification settings - Fork 9
Adds special emots for supporters #2094
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
base: main
Are you sure you want to change the base?
Conversation
| assert self.channel | ||
|
|
||
| # build the game post's embed and view: | ||
| emojis = await self.bot.fetch_application_emojis() |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Move this to operations.py and make a safe_ version.
| mock_games=mock_games, | ||
| create_connection=create_connection, | ||
| ) | ||
| bot.fetch_application_emojis = AsyncMock(return_value=[]) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Shouldn't need this change after moving method to operations.py.
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #2094 +/- ##
==========================================
- Coverage 96.69% 96.66% -0.04%
==========================================
Files 188 188
Lines 9965 9977 +12
Branches 415 417 +2
==========================================
+ Hits 9636 9644 +8
- Misses 280 282 +2
- Partials 49 51 +2 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
868be7b to
bddced0
Compare
bddced0 to
7017c89
Compare
No description provided.