clean: initial commit ohne Secrets
This commit is contained in:
commit
c39f5fce0c
20 changed files with 782 additions and 0 deletions
16
web/src/types.ts
Normal file
16
web/src/types.ts
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
export type Sound = {
|
||||
fileName: string;
|
||||
name: string;
|
||||
};
|
||||
|
||||
export type VoiceChannelInfo = {
|
||||
guildId: string;
|
||||
guildName: string;
|
||||
channelId: string;
|
||||
channelName: string;
|
||||
};
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue