fix: intellisense

This commit is contained in:
Jacob Nguyen
2023-06-28 10:03:46 -05:00
committed by GitHub
parent 59f323469e
commit e3a3bdfed9

View File

@@ -1,3 +1,5 @@
/// <reference path="dependencies.d.ts" />
const { Client, GatewayIntentBits } = require('discord.js');
const { Sern, single } = require('@sern/handler');