Remove hashtag imports

This commit is contained in:
Rory&
2026-08-09 03:21:09 +02:00
parent fc086ddcea
commit 87361035d7
4 changed files with 3 additions and 3 deletions
Binary file not shown.
Binary file not shown.
@@ -16,9 +16,9 @@
along with this program. If not, see <https://www.gnu.org/licenses/>.
*/
import { InteractionCallbackType } from "./InteractionCallbackType";
import { MessageCreateAttachment, MessageCreateCloudAttachment, PollCreationSchema } from "@spacebar/schemas/uncategorised";
import { AllowedMentions, BaseMessageComponents, Embed } from "../messages";
import { MessageCreateAttachment, MessageCreateCloudAttachment, PollCreationSchema } from "#schemas/uncategorised";
import { InteractionCallbackType } from "./InteractionCallbackType";
export interface InteractionCallbackSchema {
type: InteractionCallbackType;
@@ -16,7 +16,7 @@
along with this program. If not, see <https://www.gnu.org/licenses/>.
*/
import { BaseMessageComponents, ChannelType, Embed } from "#schemas/api";
import { BaseMessageComponents, ChannelType, Embed } from "@spacebar/schemas/api";
import { MessageActivity } from "./MessageActivity";
import { MessageCreateAttachment, MessageCreateCloudAttachment } from "./MessageCreateSchema";