From 51461079f38ede468d0448be59b7c2b3fabe542c Mon Sep 17 00:00:00 2001 From: Xinepeng <85253873+poopyhed444@users.noreply.github.com> Date: Fri, 31 Dec 2021 17:39:41 -0500 Subject: [PATCH 1/2] Update goToDM.ts --- src/buttons/goToDM.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/buttons/goToDM.ts b/src/buttons/goToDM.ts index b2fda126..d5c10749 100644 --- a/src/buttons/goToDM.ts +++ b/src/buttons/goToDM.ts @@ -18,6 +18,8 @@ import { MessageActionRow, MessageButton } from "discord.js"; import { HSBMessageComponentInteraction } from "../discordjs-overrides"; +// Provides a shortcut to view DMs with the bot + export default async function goToDMButton( interaction: HSBMessageComponentInteraction ) { From f4377781861a3ab9846aa09c9a7f18c5e99b2ecb Mon Sep 17 00:00:00 2001 From: PythonCoderAS Date: Fri, 7 Jan 2022 21:54:59 -0500 Subject: [PATCH 2/2] Update src/buttons/goToDM.ts --- src/buttons/goToDM.ts | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/buttons/goToDM.ts b/src/buttons/goToDM.ts index d5c10749..891565a4 100644 --- a/src/buttons/goToDM.ts +++ b/src/buttons/goToDM.ts @@ -18,8 +18,9 @@ import { MessageActionRow, MessageButton } from "discord.js"; import { HSBMessageComponentInteraction } from "../discordjs-overrides"; -// Provides a shortcut to view DMs with the bot - +/** + * Provides a shortcut to go to DMs with the bot. + */ export default async function goToDMButton( interaction: HSBMessageComponentInteraction ) {