Code Monkey home page Code Monkey logo

discord-js-community-bot's People

Contributors

dallasonbackup avatar microwave-6443 avatar muffin-best avatar phoenix-rat avatar sb-deco avatar sneakyhub avatar theusual10k avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

discord-js-community-bot's Issues

Feature Request

Add More Moderation Commands

Account Checker:

  • check accounts if they are brand new or not. If they are new then dm them saying they was banned for having a brand new account and then have the server ban them.

Anti Raid Features:

  • lockdown ( in case we do get raided )
  • unlockdown ( backs us out of lockdown )
  • slowmode ( updates all public text channels to a slowmode that we specify but must remember their previous slowdown interval )

Community Features:

  • meme ( meme command )
  • invites ( track invites )
  • dog ( gets a random image of a doggo )
  • cat ( gets a random image of a cat )
  • 8ball ( idk how to word this but you get the idea )

mute command

the mute command is so trash, it works one day then doesnt work the next day... i honestly quit trying lol

P.S. REEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEE

Data Handling

All data stored outside of the .env should be stored in a single mongodb. This should allow for faster read times as we grow.

Add This Please

const koenie06games = require('koenie06-games')

const TicTacToe = new koenie06games.TicTacToe()
const ConnectFour = new koenie06games.ConnectFour()
const HangMan = new koenie06games.HangMan()
const SnakeGame = new koenie06games.SnakeGame()
const FastTyper = new koenie06games.FastTyper()
const guessTheNumber = new koenie06games.GuessTheNumber()
const RockPaperScissors = new koenie06games.RockPaperScissors()

client.on('ready', () => {

console.log(`I'm online!`)

})

client.on('message', async message => {

if(message.content.startsWith('!tictactoe')) {

    TicTacToe.newGame(message)

}

if(message.content.startsWith('!connectfour')) {

    ConnectFour.newGame(message)
    
}

if(message.content.startsWith('!hangman')) {

    HangMan.newGame(message)
    
}

if(message.content.startsWith('!snakegame')) {

    SnakeGame.newGame(message)
    
}

if(message.content.startsWith('!fasttyper)) {

    FastTyper.newGame(message)
    
}

if(message.content.startsWith('!guessthenumber)) {

    guessTheNumber.newGame(message)

}

if(message.content.startsWith('!rockpaperscissors)) {

    RockPaperScissors.newGame(message)
    
}

})

To Do List

  • Anti-Spam
  • Invite Tracker
  • Ticket System(done)

More will be added.

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.