From aa9e3e93a1dc563693f94a09e85b7271a62043b6 Mon Sep 17 00:00:00 2001 From: alekswilc Date: Tue, 8 Apr 2025 19:05:54 +0200 Subject: [PATCH] license --- .drone.yml | 3 ++- src/index.ts | 16 ++++++++++++++++ 2 files changed, 18 insertions(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 6418ccc..9734af7 100644 --- a/.drone.yml +++ b/.drone.yml @@ -15,4 +15,5 @@ steps: trigger: branch: - - main \ No newline at end of file + - main + diff --git a/src/index.ts b/src/index.ts index 8dd28e5..d6a2bad 100644 --- a/src/index.ts +++ b/src/index.ts @@ -1,3 +1,19 @@ +/* + * Copyright (C) 2024 Aleksander WilczyƄski (aleks@wilczynski.me) + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Affero General Public License as published + * by the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Affero General Public License for more details. + * + * See LICENSE for more. +*/ + import { ActivityType, ApplicationCommandType, ApplicationIntegrationType, Attachment, AttachmentBuilder, Client, ContextMenuCommandBuilder, Events, Interaction, InteractionContextType, MessageFlags, REST, Routes, SlashCommandBuilder } from 'discord.js'; const client = new Client({ intents: 53608447 });