mirror of
https://github.com/spacebarchat/server.git
synced 2026-08-22 16:20:12 +00:00
Remove hashtag imports
This commit is contained in:
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";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user