move activity file to types

This commit is contained in:
Skillz
2020-03-10 18:03:26 -04:00
parent dca6739f54
commit e18ada64e2
2 changed files with 1 additions and 1 deletions

View File

@@ -1,4 +1,4 @@
import { ActivityPayload } from "./activity.ts"
import { ActivityPayload } from "../types/activity.ts"
import { StatusType } from "../types/discord.ts"
import { User_Payload } from "../types/guild.ts"