Skip to content
This repository was archived by the owner on Jun 30, 2021. It is now read-only.

Commit fb8c839

Browse files
authored
Update index.js
1 parent 4ae7b82 commit fb8c839

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ const client = new Discord.Client({
2323
disableEveryone: true,
2424
partials: ['MESSAGE', 'CHANNEL', 'REACTION']
2525
});
26+
client.memer = new Meme(require("./botconfig/config.json").apitoken))
2627
//Client variables to use everywhere
2728
client.commands = new Discord.Collection(); //an collection (like a digital map(database)) for all your commands
2829
client.aliases = new Discord.Collection(); //an collection for all your command-aliases

0 commit comments

Comments
 (0)