1
0
mirror of https://github.com/toast-ts/Daggerbot-TS.git synced 2024-09-29 12:30:58 -04:00

Fix client import

This commit is contained in:
toast-ts 2023-08-28 21:24:59 +10:00 committed by GitHub
parent 7c4be7ee94
commit dc7ae24e59

View File

@ -1,5 +1,5 @@
import Discord from 'discord.js'; import Discord from 'discord.js';
import TClient from 'src/client'; import TClient from '../client.js';
/* function ResponseMadeBy(id:string){ <-- Will be enabled once autoresponse suggestion comes in. /* function ResponseMadeBy(id:string){ <-- Will be enabled once autoresponse suggestion comes in.
return `╰ *Response made by <@${id}>*`; return `╰ *Response made by <@${id}>*`;