From e0a742969d48c18cc5f9c31e19051baef24438b8 Mon Sep 17 00:00:00 2001 From: NotSugden <28943913+NotSugden@users.noreply.github.com> Date: Thu, 27 Feb 2020 17:04:05 +0000 Subject: [PATCH] fix indent --- typings/index.d.ts | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/typings/index.d.ts b/typings/index.d.ts index 3a704257f..cdb112f26 100644 --- a/typings/index.d.ts +++ b/typings/index.d.ts @@ -2496,10 +2496,10 @@ declare module 'discord.js' { } type MessageFlagsString = 'CROSSPOSTED' - | 'IS_CROSSPOST' - | 'SUPPRESS_EMBEDS' - | 'SOURCE_MESSAGE_DELETED' - | 'URGENT'; + | 'IS_CROSSPOST' + | 'SUPPRESS_EMBEDS' + | 'SOURCE_MESSAGE_DELETED' + | 'URGENT'; interface MessageOptions { tts?: boolean;