Skip to content

This is a Dank Memer based discord bot. It can be used to prevent freeloaders and also to do some other useful things.

Notifications You must be signed in to change notification settings

Militia21/Anti-Freeload

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

You can use this bot where ever you like!

But be sure to provide credits to me.

Get permission to use this by DM'ing me on Discord: Militia21#0001

Setting the bot up

const token = "abc"; //Change this to either process.env.token or import the token from your config.json file.

//Change line 57 in index.js to this.
client.login(token);

Setting up MongoDB

This is the MongoDB database, you may use different databases if you wish.

const mongoURI = "abc"; //Change this to either process.env.mongoURI or import the URI from your config.json file.

//Change this code snippet from your ready event.
mongoose.connect(mongoURI, {
  useNewUrlParser: true,
  useUnifiedTopology: true,
  useFindAndModify: false,
});

About

This is a Dank Memer based discord bot. It can be used to prevent freeloaders and also to do some other useful things.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published