Skip to content

Commit

Permalink
Adding Szünet Rádió
Browse files Browse the repository at this point in the history
  • Loading branch information
2colours committed Mar 12, 2024
1 parent e27957c commit f889e11
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion common/vc-constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -219,6 +219,11 @@ const radios = {
url: 'https://stream.sepsiradio.ro:8001/SepsiRadio',
cult: 'hun'
},
'szunet': {
name: 'Szünet Rádió',
url: 'https://stream.szunetradio.hu:8000/stream.mp3',
cult: 'hun'
},
'therapmixx': {
name: 'The Rap MIXX (Classic HipHop)',
url: 'http://ais-sa2.cdnstream1.com/1988_128.mp3',
Expand Down Expand Up @@ -373,7 +378,7 @@ export function getEmoji(type: StreamType): EmojiIdentifierResolvable {
return emojis.get(type);
}
export const tickEmoji = '_☑️_';
export const creators = [new Creator('297037173541175296', 'Nemokosch#9980', 'https://www.buymeacoffee.com/2colours'), new Creator('419447790675165195', 'garton#8800'),new Creator('236922361918652416','Peketr#4324')];
export const creators = [new Creator('297037173541175296', 'Nemokosch#9980', 'https://www.buymeacoffee.com/2colours'), new Creator('419447790675165195', 'garton#8800'), new Creator('236922361918652416', 'Peketr#4324')];
export const dedicatedClientId = '430326522146979861';
export const guildsChanId = '470522240551616523';
export const usersChanId = '470522309132943360';
Expand Down

0 comments on commit f889e11

Please sign in to comment.