UNPKG
djs-systems
Version:
latest (4.0.3)
4.0.3
4.0.2
4.0.1
4.0.0
1.0.2
1.0.1
1.0.0
The simplest way to build complex Discord bots.
simplyd.js.org
Rahuletto/simply-djs
djs-systems
/
typings
/
src
/
deprecated
/
DEP-automeme.d.ts
7 lines
(6 loc)
•
249 B
TypeScript
View Raw
1
2
3
4
5
6
7
import
{
Channel
,
Client
}
from
'discord.js'
;
import
{ memeOptions }
from
'../meme'
;
/** *
@deprecated
Use {
@link
meme()} */
export
declare
function
automeme
(
clientOrChannel
:
Client
<
boolean
> |
Channel
,
options
?: memeOptions
):
Promise
<
void
>;