Skip to content

An example bot that depicts the use of discord.js-extended.

License

Notifications You must be signed in to change notification settings

greencoast-studios/djs-extended-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Discord.js - Extended (Example)

This repo contains a very bare-bones example of a Discord bot that uses discord.js-extended. If you need some more help, check out the documentation for this framework.

You may use this to inspire yourself when building your own bot or check out any of the other bots implemented with this:

Note

As you may (or may not) have noticed, inside the package.json file there is no dependency for @greencoast/discord.js-extended. This is because this repo is used for local manual testing using npm link. In your case, you should install @greencoast/discord.js-extended to use this properly.

  • The entrypoint is index.js.
  • Commands are defined in the commands folder.
  • An example JSON config file is located in the config folder (though incomplete since secrets are actually set through environment variables).
  • An example of a sharded client entrypoint in sharded-client.js.
  • An example of a command deploy script in command-deploy.js.

Author

This bot was made by Greencoast Studios.

About

An example bot that depicts the use of discord.js-extended.

Resources

License

Stars

Watchers

Forks