1
0
mirror of https://github.com/toast-ts/Daggerbot-TS.git synced 2024-11-17 12:21:00 -05:00

Fix client import

This commit is contained in:
Toast 2023-08-28 21:24:59 +10:00 committed by GitHub
parent f752e651a7
commit ba4b1f39cc

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}>*`;