mirror of
https://github.com/toast-ts/Daggerbot-TS.git
synced 2024-11-17 04:10:59 -05:00
Fix client import
This commit is contained in:
parent
7c4be7ee94
commit
dc7ae24e59
@ -1,5 +1,5 @@
|
||||
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.
|
||||
return `╰ *Response made by <@${id}>*`;
|
||||
|
Loading…
Reference in New Issue
Block a user