summary refs log tree commit diff
path: root/util/src/interfaces/Interaction.ts
diff options
context:
space:
mode:
authorFlam3rboy <34555296+Flam3rboy@users.noreply.github.com>2021-08-24 16:35:59 +0200
committerFlam3rboy <34555296+Flam3rboy@users.noreply.github.com>2021-08-24 16:35:59 +0200
commit62b6ba40024e0efcd0385187c11895650abe926d (patch)
tree8918a4fa2fcf8c2487e80468e40627f46cb966f4 /util/src/interfaces/Interaction.ts
parent:white_check_mark: util unit tests (diff)
downloadserver-62b6ba40024e0efcd0385187c11895650abe926d.tar.xz
:sparkles: util
Diffstat (limited to '')
-rw-r--r--util/src/interfaces/Interaction.ts (renamed from util/oldModels/Interaction.ts)2
1 files changed, 1 insertions, 1 deletions
diff --git a/util/oldModels/Interaction.ts b/util/src/interfaces/Interaction.ts

index 764247a5..3cafb2d5 100644 --- a/util/oldModels/Interaction.ts +++ b/util/src/interfaces/Interaction.ts
@@ -1,4 +1,4 @@ -import { AllowedMentions, Embed } from "./Message"; +import { AllowedMentions, Embed } from "../entities/Message"; export interface Interaction { id: string;