summary refs log tree commit diff
path: root/util/src/interfaces/Interaction.ts
diff options
context:
space:
mode:
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;