Skip to content

Commit

Permalink
derp
Browse files Browse the repository at this point in the history
  • Loading branch information
zmattingly committed Jan 10, 2025
1 parent ff8bae4 commit 8e66c66
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions tasks/wrapped_generation.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,12 +72,7 @@ async def _generate_wrapped(user_discord_id):
raise FileNotFoundError(f"Avatar file not found at {avatar_path}")

wrapped_data = {
# 'top_channels': await _generate_wrapped_top_channels(user_discord_id),
'top_channels': [
{'channel_name': 'holodeck', 'total': 100},
{'channel_name': 'whatevah', 'total': 1000},
{'channel_name': 'ten-forward', 'total': 10000},
],
'top_channels': await _generate_wrapped_top_channels(user_discord_id),
'total_xp': await db_get_wrapped_total_xp(user_discord_id),
'total_messages': await db_get_wrapped_total_messages(user_discord_id),
'total_reacts': await db_get_wrapped_total_reacts(user_discord_id),
Expand Down

0 comments on commit 8e66c66

Please sign in to comment.