Skip to content

whois-MidNight/SuggestCmdv14

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Suggestion Command v14:

image

Dependencies:

  • npm i discord.js OR yarn install discord.js
  • npm i mongoose OR yarn install mongoose

Shields.io

GitHub Repo stars Relative date

Installation

  • 1.Install all the dependencies.
  • 2.Copy the command files into your command folder.
  • 3.Copy the Event files into your event folder.
  • 4.Copy The Schema file into your schema folder.
  • 5.Replace the channelID in the Command/Suggest File client.channels.cache.get("here")
  • 6.Replace the channel link in Command/Suggest file
  • 7.Try the commands!

Mongo DB Code

be sure to add this to your ready.js file.

// Add this to the top of the file
const { connect } = require('mongoose')

// Add this to your ready.js file
await connect(MONGO_URI)
  .then(() => {
    console.log(`✅ >>> Successfully connected to MongoDB!`);
  })
  .catch((err) => {
    console.log(err);
  });

Contributing

Contributions are always welcome!

Support

MidNight Bot

Previews

image

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages