add feature types

This commit is contained in:
Lio Young 2021-07-28 23:55:13 +02:00
parent eec6e21e1a
commit c7c396e8da
1 changed files with 19 additions and 0 deletions

View File

@ -1,6 +1,25 @@
import { SupabaseClient } from "@supabase/supabase-js";
import { Client, Guild, GuildMember, Message, NewsChannel, TextChannel, User } from "discord.js";
import Thaldrin from "../handler/client/Client";
export type Features =
| "shortlinks"
| "shortlink"
| "sl"
| "sauce"
| "source"
| "sourcefinder"
| "sf"
| "embeds"
| "embedimages"
| "rp"
| "interactiontext"
export type Server = {
readonly id: string
server_id: string