Code Monkey home page Code Monkey logo

discord-bot-template's Introduction

Play Doom! (Source)


Controls (rewind)

Replays

Videos are generated when clicked, so they may take a few seconds to fully load!

Contact

Twitter: @lorencerri
Email: [email protected]

Plexi Development

⤷ Founder/Developer

Community38k+ Members
YouTube5.6k+ Subscribers / 1.5m+ Views
Packages4.6m+ Total Downloads
Website | Twitter

Notable Projects

  • quick.db
    • A small local database wrapper that works right out of the box, intended for small projects and testing.
    • 4.6m+ downloads, used in 40k+ public GitHub repos
  • Server Captcha Bot
    • A Discord bot that deters automated user accounts through the use of a Captcha-on-join system.
    • Served over 18 million users in 80k+ Discord servers before being sold in August of 2021.
  • quick.hook
    • An extension for discord.js that allows for custom icons & usernames for Discord messages, utilizes webhooks.
    • 380k+ downloads

Check out more of my stuff @ loren.plexi.dev

discord-bot-template's People

Contributors

faewulf avatar lorencerri avatar morgann1 avatar revolx avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

discord-bot-template's Issues

Aliases don't work

I have edited ping command and added one alias:

But when I use the alias of the command, that is not working:

And in the console, I never see anything about this.

new commands

i tried making a new command but after i made it the bot says nothing back the pre made commands work though
here is the code for the command

const { Command } = require('discord-akairo');

class VampCommand extends Command {
constructor() {
super('who is vamp', {
aliases: ['who is vamp']
});
}

async exec(message) {
    return message.channel.send('a woman')
}

}

module.exports = VampCommand;

it does nothing
image

Update for v13

Discord.js now requires you to specify your intents so could you please add that to the template?

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.