This commit is contained in:
parent
6a2f3858c0
commit
aa9e3e93a1
@ -15,4 +15,5 @@ steps:
|
||||
|
||||
trigger:
|
||||
branch:
|
||||
- main
|
||||
- main
|
||||
|
||||
|
16
src/index.ts
16
src/index.ts
@ -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 });
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user