Skip to content

New multilingual Discord Gif BOT with MongoDB, economy and market system

License

Notifications You must be signed in to change notification settings

niyuki/v13-discord-gif-bot-niyuki

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

multilingual niyuki-gif-bot but v13 (/w MongoDB, Economy and Market)

One of the most advanced Discord Gif BOT with MongoDB, Economy and Market System made by Niyuki x respect
NOT MY FAULT IF BAD TRANSLATION

Important

I did not translate EVERYTHING just to make this good and customizable for everyone

Getting Started

There are major errors on the bot for you to improve yourself (we deliberately left the errors). We believe you can fix it easily.

Install the code and fill config.jsonso your bot get's ready..

I added a feature command called setup(owner only). It's supposed to create all needed roles and emojis for the spaces below! .setup

Additionally I will explain some more about settings section

{
  "token": "TOKEN",
    "prefix": ".",
    "mongooseConnectionString": "MONGOO",
    "commandlog": "COMMAND_LOG_CHANNELID",
    "guildId": "GIF_SERVER_ID",
    "embedFooter": "☃️ Calm Down Niyuki ☃️", 
    "embedColor": "#b1ff00", 
    "language": "en",
    "swearings": ["fuck", "nigger", "nigga","motherfucker"], //anti swear words (feel free to add more)
    "channellist": {
      "chat": "CHAT_CHANNEL_ID", 
      "invitelog": "INVITELOG_CHANNEL_ID",
      "botcommands": "BOTCOMMANDS_CHANNEL_ID", 

      "sharecategory": ["woman_category_id","man_category_id", "..."], // Share category IDs
      "giflog": "SHARED_GIF_LOG_CHANNELID",

      "feedbacklog": "FEEDBACK_CHANNEL_ID",
      "suggestionlog": "SUGGESTION_CHANNEL_ID",

      "randomGifLog": "RANDOMGIF_CHANNEL_ID",
      "randomPpLog": "RANDOMPP_CHANNEL_ID",
        "randomBannerLog": "RANDOMBANNER_CHANNEL_ID",
    
        "monthsLog": "MONTHSLOG_CHANNEL_ID"
    },
    "rolelist": {
      "Sharer": "SHARER_ID",
      "BotRole": "BOT_ROLE_ID",

      "Staff": ["STAFF_ROLE_1", "STAFF_ROLE_""],
      "Moderator": ["MOD_ROLE_1", "MOD_ROLE_2"],
      "Admin": ["ADMIN_ROLE_1", "ADMIN_ROLE_2"],


        "oneMonth": "MONTH_ROLEID",
        "twoMonths": "MONTH_ROLEID",
        "threeMonths": "MONTH_ROLEID",
        "sixMonths": "MONTH_ROLEID",
        "nineMonths": "MONTH_ROLEID",
        "oneYear": "MONTH_ROLEID",
        "twoYears": "MONTH_ROLEID",

      "VipColor1": "VIP_ROLE_COLOR_1",
      "VipColor2": "",
      "VipColor3": "",
      "VipColor4": "",
      "VipColor5": "",
      "VipColor6": "",
      "VipColor7": "",
      "VipColor8": "",
      "VipColor9": "",
      "VipColor10": "",

      "ColorRole1": "",
      "ColorRole2": "",
      "ColorRole3": "",
      "ColorRole4": "",
      "ColorRole5": ""
    },
    "fun": {
      "jobs": ["Developer", "Architect", "Host/Hostess", "Bus Driver", "Cook", "Engineer", "Doctor", "Lawyer", "News Reporter", "Writer", "Actor", "Teacher", "Librarian", "Pilot"], //JOBS (feel free to add more)
      "sharereward": 50, //Coins added for each shared gif
      "emoji": "💖",
      "tickemoji": "✅",
      "crossemoji": "❌",
      "coinsemoji": "💸",

      "headsemoji": "",
      "tailsemoji": "",
      "coinspinemoji": "",

      "greendiamondemoji": "",
      "reddiamondemoji": "",
      "blackdiamondemoji": ""
    }
  }
}

After installing all modules just type in terminal node . so your bot get's on. Make sure you enter all correct IDs and Tokens!

How to fix HTTPError

Either you will use your own texts or you go to ``index.js`` and switch the translate modules from one to another(Modules are not same)

"# discord-presence-bot" "# discord-gif-bot-niyuki"

About

New multilingual Discord Gif BOT with MongoDB, economy and market system

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published