mirror of
https://github.com/sern-handler/handler
synced 2026-06-17 13:22:17 +00:00
feat: Added SECURITY file & formatted some TypeScript code
This commit is contained in:
@@ -3,7 +3,13 @@ import type * as Utils from './utilities/preprocessors/args';
|
||||
|
||||
import type { Arg, Context, Visibility, possibleOutput } from '../types/handler';
|
||||
|
||||
import type { ApplicationCommandOptionData, Awaitable, Client, CommandInteraction, Message } from 'discord.js';
|
||||
import type {
|
||||
ApplicationCommandOptionData,
|
||||
Awaitable,
|
||||
Client,
|
||||
CommandInteraction,
|
||||
Message
|
||||
} from 'discord.js';
|
||||
|
||||
import { Ok, Result, None, Some } from 'ts-results';
|
||||
import { isBot, hasPrefix, fmt } from './utilities/messageHelpers';
|
||||
|
||||
Reference in New Issue
Block a user