Giter Club home page Giter Club logo

Discord Bot Developer

  • DreamBot Discord Bots

DreamBot

Whitskin's Projects

discord-giveaways icon discord-giveaways

🎉 Complete framework to facilitate the creation of giveaways using discord.js

discordjs-bot-guide icon discordjs-bot-guide

The basic new coder friendly "idiot's guide", Created by Hindsight#2020 and maintained by the community.

drake-djs-handler icon drake-djs-handler

Ultimate, efficient, easy-to-use and simple-to-setup Command handler for Discord bots. [Beginner Friendly]

evobot icon evobot

🤖 EvoBot is a Discord Music Bot built with discord.js & uses Command Handler from discordjs.guide

guide icon guide

The official guide for discord.js, created and maintained by core members of its community.

js.org icon js.org

Dedicated to JavaScript and its awesome community since 2015

nitrogenerator icon nitrogenerator

const Discord = require('discord.js'); const generator = require('generate-password'); const talkedRecently = new Set(); exports.run = function(client, message, args) { var password = generator.generate({ length: 16, numbers: true, //random: true, }) if(!message.guild) return; message.channel.send( new Discord.RichEmbed() .setColor('#7FFF00') .setDescription("**✅ Nitro code sent in DMs!**")) message.author.send('https://discord.gift/' + password) message.author.send('Nitro Kodları Kontrol Edilmez'); }; exports.conf = { enabled: true, guildOnly: false, aliases: [], permLevel: 0 }; exports.help = { name: 'nitro', description: 'Rastgele Nitro Kodu Üretir', usage: '' };

web-tools icon web-tools

Online web tools and blog system with advanced features.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.