mirror of
https://github.com/toast-ts/Daggerbot-TS.git
synced 2024-11-17 08:20:58 -05:00
Fix client import
This commit is contained in:
parent
f752e651a7
commit
ba4b1f39cc
@ -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