feat: Added SECURITY file & formatted some TypeScript code

This commit is contained in:
xxDeveloper
2022-02-15 19:37:16 +03:00
parent 2d80734dbc
commit 779011a124
3 changed files with 44 additions and 21 deletions

View File

@@ -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';