DiscordBot-Template

A bot template with command , event , button , selectmenus , slashcommands handler and error handlers. Made in Discord.JS V14

MIT License

Stars
225
Committers
10

Bot releases are hidden (Show)

DiscordBot-Template - v9.0.7 Release

Published by RileCraft about 2 months ago

  • Fixed global cooldown triggering guild cooldown instead.
DiscordBot-Template - V9.0.6 Release Latest Release

Published by RileCraft 8 months ago

  • Added dependency of simple-json-db for the cooldown system as i rage quit and can't do it with fs myself.
DiscordBot-Template - v9.0.5 Release

Published by RileCraft 9 months ago

  • Fixed subDirectories not working for commands.
DiscordBot-Template - V9.0.4

Published by RileCraft 9 months ago

  • Improved __dirname.
DiscordBot-Template - V9.0.3 Important Fix

Published by RileCraft 9 months ago

  • Fix SlashCommands and ContextMenus not being registered.
  • Fix Windows Support.
DiscordBot-Template - V9.0.2 Release

Published by RileCraft 9 months ago

  • Fix Global Commands.
DiscordBot-Template - v9.0.1 Release

Published by RileCraft 9 months ago

  • Check if directories exist for the events and commands.
DiscordBot-Template - V9.0.0 Major Release

Published by RileCraft 9 months ago

V9 Release

DiscordBot-Template - V8.0.1 Prefix Bug Fix

Published by RileCraft over 1 year ago

DiscordBot-Template - V8 Release

Published by RileCraft over 1 year ago

DiscordBot-Template - V7.0.0 V14 Rewrite

Published by RileCraft about 2 years ago

DiscordBot-Template - @6.0.3 Bug Fixes

Published by RileCraft over 2 years ago

  • Fixed broken file path in bot.js.
DiscordBot-Template - @6.0.2 Root folder renamed to Src

Published by RileCraft over 2 years ago

  • The Root folder is now renamed to Src as it makes more sense. I had to do it ok :(
  • Depth flag which can be used as --depth=Number to increase or decrease depths in evals. Default depth is 0.
  • Documentation and FAQ has been moved to Gitbook to manage them more easier and cause it looks fancy kek. There is a new branch Documentation which you can open contribute to, all commits to the branch are automatically updated on the docs site.
DiscordBot-Template - V6.0.1 EventHandler Fixed (Major)

Published by RileCraft over 2 years ago

  • Fixed event handler.
DiscordBot-Template - V6.0.0 Major Update

Published by RileCraft over 2 years ago

Changelog for 6.0.0

  • The old global variable ROOT no longer exists.
  • There is a new object called container which is passed through events and commands. It contains:
  • Discord. (require("discord.js"))
  • Config. (Config file)
  • RootPath (Root path of the main file.)
  • This is NOT a global variable.
  • To access Discord you have to now use container.Discord instead of old Discord. Discord is no longer passed through command or event handlers.
  • So people don't have to require() all these things whenever they use the eval command, container object has been passed to this in the eval command. This means you can just do this.Discord to access it instead of having to do require("discord.js") all the time.
  • There is a new dependency which is cli-box. It is used to make the new fancy console log on startup. If you don't want the new startup style then keep the old code and just remove cli-box from your package.json.
  • Not everything has been tested so there can be bugs with the new system, So please report the bugs whenever you find one. Reports bugs in our discord or make a issue on github.
DiscordBot-Template - v5.0.3 DJS Version Change

Published by RileCraft over 2 years ago

DiscordBot-Template - Structures Fix

Published by RileCraft almost 3 years ago

DiscordBot-Template - V5.0.1 IgnoreFile Update

Published by RileCraft almost 3 years ago

DiscordBot-Template - v5.0.0 Major Update

Published by RileCraft almost 3 years ago

DiscordBot-Template - V4.1 Prefix Case Insensitive Update

Published by RileCraft almost 3 years ago

Related Projects