Archive details

Discord archive

Neon Genesis Phijkchu

Lifecycle
July 17, 2020 – Present
Snapshot
Through August 30, 2026
Preserved messages
June 19, 2020 – August 30, 2026
Members
712
Messages
1,098,506
Channels
43

Archive navigation

general

Jump to date
Pins
Spooky Phijkchu general
import matplotlib.pyplot as plt import random import datetime # Generate dates for April start_date = datetime.date(2024, 4, 1) end_date = datetime.date(2024, 4, 30) dates = [start_date + datetime.timedelta(days=i) for i in range((end_date - start_date).days + 1)] # Generate random number of posts for each day with a more random and spikey pattern posts = [] current_posts = random.randint(100, 1500) for _ in range(len(dates)): posts.append(current_posts) # Add a random change that can be positive or negative current_posts += random.randint(-200, 200) current_posts = max(current_posts, 0) # Ensure posts are non-negative # Plotting plt.figure(figsize=(10, 6)) plt.plot(dates, posts, marker='o', linestyle='-') plt.title('Number of Posts in April 2024') plt.xlabel('Date') plt.ylabel('Number of Posts') plt.xticks(rotation=45) plt.grid(True) plt.tight_layout() plt.show()
Phijkchu_Pikachu general
If you want to know your real powerlevel polar, your first post was sept 24th, 2021. You have posted 1741 total posts since then. Dane joined feb 19th, 2024. He has posted 1582 times
Phijkchu_Pikachu general
Max is 193,913 since this current iteration of the server started (was over a million last server) I am 117,349 since this current iteration of this server started (I was also over a million last server)

This archive is read-only — snapshot through August 30, 2026

Channels:
Density:

Jump to date

Local bookmark

Choose a color

This marker stays in this browser. Your choice becomes the default for the next bookmark.