Archive details

Discord archive

Kappa⁴ Archive

Lifecycle
October 17, 2015 – July 14, 2020
Snapshot
Through July 14, 2020
Preserved messages
October 17, 2015 – July 14, 2020
Members
203
Messages
1,810,003
Channels
14

Archive navigation

gaming

<:Tea:612680029171875850> <:Tea:612680029171875850> <:Tea:612680029171875850> E3 cancelled, E4 is in.

Jump to date
Pins
legorhin gaming
import random
characters = u"ABCEDFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz Éé0123456789,.'-♂♀!?:;`“”()…·~#%+*/=⭗○□△◇♣❤♠♦♪☼☁☂☃😐😊😢😠💤⤴️⤵️"

name = ""
for _ in range(random.randint(1,12)):
  name += random.choice(characters)
print(name)
legorhin gaming
import random
characters = u"ABCEDFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz Éé0123456789,.'-♂♀!?:;`“”()…·~#%+*/=⭗○□△◇♣❤♠♦♪☼☁☂☃😐😊😢😠💤⤴️⤵️"
print(characters)
name = ""
for _ in range(random.randint(1,12)):
  name += random.choice(characters)
print(name.encode('utf8'))
with open("name.txt",'wb') as f:
  f.write(name.encode('utf8'))

This archive is read-only — snapshot through July 14, 2020

Channels:
Density:

Jump to date

Local bookmark

Choose a color

This marker stays in this browser and is separate from server Highlights. Your choice becomes the default for the next bookmark.