mirror of
https://github.com/mgerb/go-discord-bot
synced 2026-01-11 09:32:50 +00:00
feat: add favorites - update dependencies
This commit is contained in:
@@ -1,5 +1,14 @@
|
||||
import { IUser } from './user';
|
||||
|
||||
export type SoundListType = 'sounds' | 'clips' | 'favorites';
|
||||
|
||||
export interface SoundType {
|
||||
extension: string;
|
||||
name: string;
|
||||
prefix?: string;
|
||||
}
|
||||
|
||||
// sound from database
|
||||
export interface ISound {
|
||||
created_at: string;
|
||||
deleted_at?: string;
|
||||
|
||||
Reference in New Issue
Block a user