Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/imxnoobx/discord.bot
Simple & Easy discord.js (v14/v13) bot template to start coding you awesome ideas!
https://github.com/imxnoobx/discord.bot
base bot chat-commands discord discord-bot discord-js discord-js-v13 discordjs-v13 discordjs-v14 slash-commands typescript updated
Last synced: about 6 hours ago
JSON representation
Simple & Easy discord.js (v14/v13) bot template to start coding you awesome ideas!
- Host: GitHub
- URL: https://github.com/imxnoobx/discord.bot
- Owner: IMXNOOBX
- License: other
- Created: 2022-05-09T21:28:36.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-11-05T08:54:26.000Z (2 days ago)
- Last Synced: 2024-11-05T09:36:20.405Z (2 days ago)
- Topics: base, bot, chat-commands, discord, discord-bot, discord-js, discord-js-v13, discordjs-v13, discordjs-v14, slash-commands, typescript, updated
- Language: TypeScript
- Homepage: https://bot.noob.bio
- Size: 130 KB
- Stars: 10
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
noob's djs template (TS Version)![Version](https://img.shields.io/badge/version-1.3.0-blue.svg?cacheSeconds=2592000)
![Documentation](https://img.shields.io/badge/documentation-yes-brightgreen.svg)
![Maintenance](https://img.shields.io/badge/maintained-yes-brightgreen.svg)
![License: CC-BY-NC-4.0](https://img.shields.io/badge/license-CC.BY.NC.4.0-brightgreen.svg)
> This is my main discord bot template. Its a simple-to-use template for discord.js `^14.16.*` (other versions check [branches](https://github.com/IMXNOOBX/discord.bot/branches)). It has a lot of features and utilities to start coding your bot right away. It also has a simple command example (pingo).
## 🧩 Implementations
> Below are the public bots that use this template.- [**EmoteUniverse**](https://bot.noob.bio): Great bot that helps you manage emotes in your server. [Invite](https://bot.noob.bio/invite) | [Website](https://bot.noob.bio) | [Github](#)
## 🥏 Features
```js
const main = [
"discord.js v14 support",
"global variables",
"secure token using eviroment variables",
]const utilities = [
"slash command support",
// "chat command support", // removed in this main branch, use v14-js branch instead
"explemples using essential bot features",
]const error = [
"error handling",
"discord logging (using dis-logs package)",
]const docs = [
"documentation",
"easy to understand",
"easy to use",
]
```## 📚 Documentation
> Check out the wiki for more information about the template and how to use it, even if its your first discord bot ever.
### Check the [**Wiki Here**](https://github.com/IMXNOOBX/discord.bot/wiki)# 🔖 License & Copyright
This project is licensed under [**CC BY-NC 4.0**](https://creativecommons.org/licenses/by-nc/4.0/).
```diff
+ You are free to:
• Share: Copy and redistribute the material in any medium or format.
• Adapt: Remix, transform, and build upon the material.
+ Under the following terms:
• Attribution: You must give appropriate credit, provide a link to original the source repository, and indicate if changes were made.
• Non-Commercial: You may not use the material for commercial purposes.
- You are not allowed to:
• Sell: This license forbids selling original or modified material for commercial purposes.
• Sublicense: This license forbids sublicensing original or modified material.
```
### ©️ Copyright
The content of this project is ©️ by [IMXNOOBX](https://github.com/IMXNOOBX) and the respective contributors. See the [LICENSE.md](LICENSE.md) file for details.