It is a Discord bot whose goal is to make it easier for server owners to create a so-called Staff/Mode Application

Overview

Application Bot

MeCodes Logo

MeCodes Application Bot

It is a Discord bot whose goal is to make it easier for server owners to create a so-called administration submission

The bot needs a MongoDB

Features

  • You can put your own questions in the bot
  • Select Apply Channel
  • Select Role
  • Accept and reject by clicking on the reaction or manually
  • Easily add and remove questions
  • MongoDB Database
  • You can block someone from applying again
  • No one can apply if he is under review

How to use

  • Go to me-config.json File and put thes info
{
    "prefix": "."
}
  • Create a filename .evn and put this info
ME_TOKEN = Bot Token
ME_MONGO = MongoDB Url
  • You must download the packages
"dependencies": {
    "ascii-table": "0.0.9",
    "colors": "^1.4.0",
    "discord.js": "^12.5.3",
    "express": "^4.17.1",
    "figlet": "^1.5.0",
    "mongoose": "^5.12.13"
  },
  • Run the bot via node index.js
  • If you want to run a 24-hour bot, I recommend Repl.it
  • If you like the bot, please put a star to continue
You might also like...

Azure Data Studio is a data management tool that enables you to work with SQL Server, Azure SQL DB and SQL DW from Windows, macOS and Linux.

Azure Data Studio is a data management tool that enables you to work with SQL Server, Azure SQL DB and SQL DW from Windows, macOS and Linux.

Azure Data Studio is a data management tool that enables working with SQL Server, Azure SQL DB and SQL DW from Windows, macOS and Linux.

Dec 31, 2022

A back-end server aplication created using node.js, express and mongodb.

Course Material and FAQ for my Complete Node.js, Express and MongoDB Bootcamp This repo contains starter files and the finished project files for all

Jan 4, 2022

A tiny javascript + Flash library that enables the creation and download of text files without server interaction.

Downloadify: Client Side File Creation Important! The swf has been compiled for online use only. Testing from the file path (i.e. file:// ) will not w

Nov 21, 2022

A progressive Node.js framework for building efficient and scalable server-side applications

A light template to easily setup your backend with a simple jwt authentication with Nest.js and TypeScripit. Powered with Prisma and Hot-reload features

Feb 25, 2022

(Beta V3) Apllo-Server integration for Midway & Midway Serverless.

Apollo-Server-Midway V3 简介 这里是 Apollo-Server-Midway 的 V3 版本,适用于 Midway V3 版本 适用于 Midway V2 版本: Apollo-Server-Midway,你也可以直接阅读 GraphQL | Midway。

Jun 15, 2022

A progressive Node.js framework for building efficient and scalable server-side applications

A progressive Node.js framework for building efficient and scalable server-side applications. Description Nest framework TypeScript starter repository

Oct 31, 2022

GraphQL Fastify Server is an implementation of GraphQL.

GraphQL Fastify Server Installation Usage Using cache Middlewares Liveness & Readiness Contributing License Installation npm install --save graphql-fa

Dec 19, 2022

Battery-included GraphQL Server in TypeScript

jenova Battery-included GraphQL Server in TypeScript Jenova is built on top of GraphQL Helix and Envelop. The goal is to provde an easy to easy, batte

Feb 21, 2022
Comments
  • errors keep the bot from working

    errors keep the bot from working

    Hey, I really like your bot. However there are some problems i'm not able to solve myself. At first the bot was crashing with an error "cannot send messages to this user" but I solved it by disabling sending private messages. Now its stopping with another error that I don't really know the cause of. Is there a way to just make it ignore those errors? ps. discord invite on your profile is expired Thanks in advance

    Zrzut ekranu 2022-02-17 o 22 24 32
    opened by Michael9521 1
  • mongoose

    mongoose

    MongooseError: The uri parameter to openUri() must be a string, got "undefined". Make sure the first parameter to mongoose.connect() or mongoose.createConnection() is a string.

    opened by ukcai696969 0
Releases(V1.0-Beta)
  • V1.0-Beta(Sep 1, 2021)

    application-Bot is a bot that facilitates the process of creating administration application in Discord servers This version was written in the Discord 12 library and it was an initial and beta version

    In the next release, the library will be updated to 13 and many new features and additions will be added

    Source code(tar.gz)
    Source code(zip)
Owner
null
Application made to show the basic concepts of GraphQL with Apollo Server

graphql-insta-example Application made to show the basic concepts of GraphQL with Apollo Server. Getting Started Run npm install Run npm run dev Go to

Ana Julia Bittencourt 26 Aug 26, 2022
Database manager for MySQL, PostgreSQL, SQL Server, MongoDB, SQLite and others. Runs under Windows, Linux, Mac or as web application

Database manager for MySQL, PostgreSQL, SQL Server, MongoDB, SQLite and others. Runs under Windows, Linux, Mac or as web application

DbGate 2k Dec 30, 2022
An easy-to-use discord bot including database, slash commands and context menus !

Discord Bot Template An easy-to-use discord bot using Discord.JS V13. Wiki Includes: Slash commands Database User commands and more in future Requirem

Gonz 108 Dec 28, 2022
open source ffxiv community discord bot that's incredibly easy to self-host

Venat Venat is an open-source Discord bot for the Final Fantasy XIV community that is incredibly easy to self-host. Description We aim to offer the fo

The Convocation 16 Jun 9, 2022
Make ORMs great again!

OPENRECORD is an ActiveRecord inspired ORM for nodejs. Currently it supports the following databases/datastores: SQLite3, MySQL, Postgres, Oracle, RES

Philipp Waldmann 485 Oct 5, 2022
Plant trees to harvest apples. Sell apples to buy upgrades. Sell apples and wares to make the most money and top the leaderboard!

Happy Harvesters Apple Orchard Game A browser based game that is also mobile friendly so you can finally say "How about THEM apples". Table of Content

Scott Rohrig 7 May 21, 2022
ORM for TypeScript and JavaScript (ES7, ES6, ES5). Supports MySQL, PostgreSQL, MariaDB, SQLite, MS SQL Server, Oracle, SAP Hana, WebSQL databases. Works in NodeJS, Browser, Ionic, Cordova and Electron platforms.

TypeORM is an ORM that can run in NodeJS, Browser, Cordova, PhoneGap, Ionic, React Native, NativeScript, Expo, and Electron platforms and can be used

null 30.1k Jan 3, 2023
Next-generation ORM for Node.js & TypeScript | PostgreSQL, MySQL, MariaDB, SQL Server & SQLite

Prisma Quickstart • Website • Docs • Examples • Blog • Slack • Twitter • Prisma 1 What is Prisma? Prisma is a next-generation ORM that consists of the

Prisma 28k Jan 2, 2023
An adapter-based ORM for Node.js with support for mysql, mongo, postgres, mssql (SQL Server), and more

Waterline is a next-generation storage and retrieval engine, and the default ORM used in the Sails framework. It provides a uniform API for accessing

Balderdash 5.4k Jan 4, 2023
Microsoft SQL Server client for Node.js

node-mssql Microsoft SQL Server client for Node.js Supported TDS drivers: Tedious (pure JavaScript - Windows/macOS/Linux, default) Microsoft / Contrib

null 2.1k Jan 4, 2023