Skip to content

bnwkr/2D

Repository files navigation

2D

The Discord Bot for Millennials

Discord Bots

Discord npm (scoped) Travis Packagist Maintenance

2D is a discord bot for moderation, fun and vanity!

Installation

Windows:

  1. Install 2D as ZIP File then extract
  2. Change to Your Bot Token in botsettings.json
  3. Run start.bat

Commands

2d.avatar [user (optional)]
2d.ban [user]
2d.blacklist [user]
2d.bug
2d.findusers [search term]
2d.icon
2d.info
2d.invite
2d.kick [user]
2d.mute [user] [seconds (optional)]
2d.ping
2d.unmute [user]
2d.userinfo [user]

For more information, please refer to the Wiki.

Release History

  • 0.9.4.2
    • FIX: Fixed 2d.avatar
    • FIX: Fixed 2d.icon
  • 0.9.4
    • FIX: Added more required node_modules
    • FIX: Fixed setActivity is not a function
    • CHANGE: Updated to discord.js master branch
    • CHANGE: Info now displays 0.9.4
  • 0.9.3
    • ADD: Added 2d.say
    • ADD: Added 2d.icon
    • ADD: Added node_modules to Git Repo
    • ADD: Added 2d.bug - made redirect to Issues
    • CHANGE: Took down 2d.avatar for maintenance
  • 0.9.2
    • ADD: Add website
    • ADD: Add 2d.help
    • FIX: Fixed status toggling
  • 0.9.0
    • ADD: Add 2d.avatar
    • FIX: Fixed 2d.mute
    • FIX: Fixed 2d.unmute
  • 0.0.1
    • ADD: Created bot

Additional Information

Distributed under the MIT license. See LICENSE for more information.

Contributing

  1. Fork it (https://github.com/bnwkr/2D/fork)
  2. Create your feature branch (git checkout -b feature/example)
  3. Commit your changes (git commit -am 'My commit')
  4. Push to the branch (git push origin feature/example)
  5. Create a new Pull Request