1
0
mirror of https://github.com/toast-ts/Daggerbot-TS.git synced 2024-09-29 08:20:59 -04:00

Update CDN url

This commit is contained in:
toast-ts 2023-10-18 19:53:28 +11:00
parent 8fc725b570
commit c8301fc50a

View File

@ -4,7 +4,7 @@ import MessageTool from '../helpers/MessageTool.js';
import FAQStore from '../helpers/FAQStore.js'; import FAQStore from '../helpers/FAQStore.js';
export default { export default {
run(client: TClient, interaction: Discord.ChatInputCommandInteraction<'cached'>){ run(client: TClient, interaction: Discord.ChatInputCommandInteraction<'cached'>){
const CDN =(filename:string)=>'https://oooo.ur-a-boykisser.ovh/r/'+filename+'.png'; const CDN =(filename:string)=>'https://cdn.toast-server.net/daggerwin/'+filename+'.png';
const verifyFaq = MessageTool.concatMessage( const verifyFaq = MessageTool.concatMessage(
'```ansi', '```ansi',
'Steam (Top panel)', 'Steam (Top panel)',