Skip to content

Instantly share code, notes, and snippets.

View lexisother's full-sized avatar
💻
school is literally permanently over. what.

Alyxia Sother lexisother

💻
school is literally permanently over. what.
View GitHub Profile
@lexisother
lexisother / archive-emotes.rb
Last active November 16, 2021 09:09 — forked from Mijyuoon/archive-emotes.rb
Discord emote archiving tool
#!/usr/bin/env ruby
AUTH_TOKEN = ENV["DISCORD_TOKEN"]
OUTPUT_DIR = "./emoji-archive"
SERVER_LIST = [
# List of server IDs here
]
require 'net/http'