license
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Aleksander Wilczyński 2025-04-08 19:05:54 +02:00
parent 6a2f3858c0
commit aa9e3e93a1
Signed by: alekswilc
GPG Key ID: D4464A248E5F27FE
2 changed files with 18 additions and 1 deletions

View File

@ -15,4 +15,5 @@ steps:
trigger:
branch:
- main
- main

View File

@ -1,3 +1,19 @@
/*
* Copyright (C) 2024 Aleksander <alekswilc> 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 });