mirror of
https://github.com/Paillat-dev/discord-emojis.git
synced 2026-01-02 00:56:19 +00:00
Add copyright and license headers to source files
This commit is contained in:
@@ -1,3 +1,6 @@
|
||||
# Copyright (c) Paillat-dev
|
||||
# SPDX-License-Identifier: MIT
|
||||
|
||||
import os
|
||||
import pathlib
|
||||
import hashlib
|
||||
|
||||
@@ -1,3 +1,6 @@
|
||||
# Copyright (c) Paillat-dev
|
||||
# SPDX-License-Identifier: MIT
|
||||
|
||||
import requests
|
||||
|
||||
URL = "https://raw.githubusercontent.com/Discord-Datamining/Discord-Datamining/refs/heads/master/current.js"
|
||||
|
||||
@@ -1,3 +1,6 @@
|
||||
# Copyright (c) Paillat-dev
|
||||
# SPDX-License-Identifier: MIT
|
||||
|
||||
import json
|
||||
import re
|
||||
from warnings import warn
|
||||
|
||||
Reference in New Issue
Block a user