ExampleBot

A simple Discord bot using Discord.js v14 and ES6 modules. Feel free to clone it and build your own bot on top of it or just understand the library a bit better!

MIT License

Stars
32
Committers
3

Bot releases are visible (Hide)

ExampleBot - Bump ws and Discord.js Latest Release

Published by LinusPotocnik 4 months ago

Fixes DoS vulnerability in ws package :)

What's Changed

Full Changelog: https://github.com/LinusPotocnik/ExampleBot/compare/v2.0.6...v2.0.7

ExampleBot - v2.0.6

Published by LinusPotocnik 6 months ago

What's Changed

  • Minor code improvements, mostly consistency
  • Bump dotenv from 16.3.1 to 16.4.5
  • Bump discord.js from 14.11.0 to 14.15.1

Full Changelog: https://github.com/LinusPotocnik/ExampleBot/compare/v2.0.5...v2.0.6

ExampleBot - Version Updates (June 15th)

Published by LinusPotocnik over 1 year ago

What's Changed

  • Bump undici from 5.18.0 to 5.19.1
  • Bump discord.js from 14.7.1 to 14.11.0
  • Bump dotenv from 16.0.3 to 16.1.4

Full Changelog: https://github.com/LiFEDEVELOPMENT/ExampleBot/compare/v2.0.4...v2.0.5

ExampleBot - Bump Discord.js and dotenv

Published by LinusPotocnik over 1 year ago

Title :)
Discord.js v14.3.0 → v14.7.1
dotenv v16.0.2 → v16.0.3

ExampleBot - Bump discord.js

Published by LinusPotocnik about 2 years ago

Nothing else.
14.0.3 → 14.1.2

ExampleBot - Use discord.js lib instead of @discord.js/builders in ping.js

Published by LinusPotocnik about 2 years ago

As described above, this only corrects the import used in the ping.js file :)

Important:

This version also uses a new version of file-types after a dependency security alert, so it is advised to update if you are using and older version :)

ExampleBot - V13 Backport

Published by LinusPotocnik about 2 years ago

This release has some polishing and also removes the deploy-commands file and instead automatically deploys the commands for the v13 version of the bot

Important:

This version also updates a dependency after a dependency security alert, so it is advised to update

ExampleBot - Bugfixes (July 21th)

Published by LinusPotocnik about 2 years ago

Just 3 small bugfixes

ExampleBot - Update to discord.js v14

Published by LinusPotocnik over 2 years ago

This release contains the switch to discord.js version 14, as well as the removal of the deploy-commands file. Instead, the bot now automatically deploys its commands on startup!

ExampleBot - LATEST RELEASE (July 1st)

Published by LinusPotocnik over 2 years ago

Another dependency update to keep y'all operating smooth 😄

ExampleBot - Release March 11

Published by LinusPotocnik over 2 years ago

Just updated some dependencies to keep y'all safe and smooth :)

ExampleBot - Discord.js made easy!

Published by LinusPotocnik almost 3 years ago

Here comes your first Discord.js Bot!

It includes:

  • Creation of SlashCommands and reacting to them
  • A folder structure to easily implement listeners for other events: Just create a new file in ./events with the variables once, name and an invoke() function for the event you want to handle
  • A folder structure to easily create new SlashCommands: Just create a new file in ./events/commands and include the create() and the invoke() function
  • 3 example SlashCommands showing some of the features your bot could include!
  • Already-built way to push the commands you created to the Discord API (your bot)

Your next steps:

Feel free to create an issue if you have any questions, but try googling for five minutes first please :)